Home
last modified time | relevance | path

Searched refs:sprintf (Results 1 – 11 of 11) sorted by relevance

/bionic/tests/
Dclang_fortify_tests.cpp386 sprintf(buf, "%d", unsigned_value); in testFormatStrings()
388 sprintf(buf, unknown_string, unsigned_value); in testFormatStrings()
390 sprintf(buf, unknown_string, va); in testFormatStrings()
403 sprintf(buf, "%s", "1234"); in testFormatStrings()
404 sprintf(buf, "1%s4", "23"); in testFormatStrings()
405 sprintf(buf, "%d", 1234); in testFormatStrings()
517 EXPECT_FORTIFY_DEATH(sprintf(small_buffer, format_string)); in FORTIFY_TEST()
Dfortify_test.cpp83 ASSERT_FORTIFY(sprintf(myfoo.a, "%s", source_buf)); in TEST_F()
88 ASSERT_FORTIFY(sprintf(myfoo.a, "0123456789")); in TEST_F()
409 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf)); in TEST_F()
419 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf)); in TEST_F()
426 ASSERT_FORTIFY(sprintf(buf, "aaaaa")); in TEST_F()
989 sprintf(BUF_AND_CONTENTS(buf)); in TEST()
Dstdio_test.cpp2415 sprintf(&buf[0], "hello"); in TEST()
/bionic/libc/include/bits/fortify/
Dstdio.h54 int sprintf(char* dest, const char* format)
62 int sprintf(char* const __pass_object_size dest, const char* format, ...) __overloadable { in sprintf() function
/bionic/tests/headers/posix/
Dstdio_h.c132 FUNCTION(sprintf, int (*f)(char*, const char*, ...)); in stdio_h()
/bionic/libc/include/
Dstdio.h158 int sprintf(char* __s, const char* __fmt, ...)
/bionic/libc/dns/resolv/
Dres_init.c368 sprintf(sbuf, "%u", NAMESERVER_PORT); in __res_vinit()
/bionic/libc/tools/
Dposix-2013.txt975 sprintf
/bionic/libc/stdio/
Dstdio.cpp978 int sprintf(char* s, const char* fmt, ...) { in sprintf() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt981 sprintf;
/bionic/libc/
Dlibc.map.txt981 sprintf;