Searched refs:sprintf (Results 1 – 11 of 11) sorted by relevance
/bionic/tests/ |
D | fortify_filecheck_diagnostics_test.cpp | 51 sprintf(buf, "foobar"); // NOLINT(runtime/printf) in test_sprintf() 54 sprintf(buf, "%s", "foobar"); // NOLINT(runtime/printf) in test_sprintf()
|
D | fortify_test.cpp | 91 ASSERT_FORTIFY(sprintf(myfoo.a, "%s", source_buf)); in TEST_F() 96 ASSERT_FORTIFY(sprintf(myfoo.a, "0123456789")); in TEST_F() 417 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf)); in TEST_F() 427 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf)); in TEST_F() 434 ASSERT_FORTIFY(sprintf(buf, "aaaaa")); in TEST_F() 979 sprintf(BUF_AND_CONTENTS(buf)); in TEST()
|
D | stdio_test.cpp | 2365 sprintf(&buf[0], "hello"); in TEST()
|
/bionic/libc/include/bits/fortify/ |
D | stdio.h | 76 int sprintf(char* dest, const char* format) 84 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 | 980 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;
|