Searched refs:sprintf (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | clang_fortify_tests.cpp | 386 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()
|
D | fortify_test.cpp | 83 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()
|
D | stdio_test.cpp | 2415 sprintf(&buf[0], "hello"); in TEST()
|
/bionic/libc/include/bits/fortify/ |
D | stdio.h | 54 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/ |
D | stdio_h.c | 132 FUNCTION(sprintf, int (*f)(char*, const char*, ...)); in stdio_h()
|
/bionic/libc/include/ |
D | stdio.h | 158 int sprintf(char* __s, const char* __fmt, ...)
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 368 sprintf(sbuf, "%u", NAMESERVER_PORT); in __res_vinit()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 975 sprintf
|
/bionic/libc/stdio/ |
D | stdio.cpp | 978 int sprintf(char* s, const char* fmt, ...) { in sprintf() function
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 981 sprintf;
|
/bionic/libc/ |
D | libc.map.txt | 981 sprintf;
|