Searched refs:sprintf (Results 1 – 12 of 12) sorted by relevance
/bionic/tests/ |
D | clang_fortify_tests.cpp | 360 sprintf(buf, "%d", unsigned_value); in testFormatStrings() 362 sprintf(buf, unknown_string, unsigned_value); in testFormatStrings() 364 sprintf(buf, unknown_string, va); in testFormatStrings() 377 sprintf(buf, "%s", "1234"); in testFormatStrings() 378 sprintf(buf, "1%s4", "23"); in testFormatStrings() 379 sprintf(buf, "%d", 1234); in testFormatStrings() 494 EXPECT_FORTIFY_DEATH(sprintf(small_buffer, format_string)); in FORTIFY_TEST()
|
D | fortify_test.cpp | 84 ASSERT_FORTIFY(sprintf(myfoo.a, "%s", source_buf)); in TEST_F() 89 ASSERT_FORTIFY(sprintf(myfoo.a, "0123456789")); in TEST_F() 412 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf)); in TEST_F() 419 ASSERT_FORTIFY(sprintf(buf, "%s", source_buf)); in TEST_F() 425 ASSERT_FORTIFY(sprintf(buf, "aaaaa")); in TEST_F() 992 sprintf(BUF_AND_CONTENTS(buf)); in TEST()
|
D | stdio_test.cpp | 2528 sprintf(&buf[0], "hello"); in TEST()
|
/bionic/libc/include/bits/fortify/ |
D | stdio.h | 55 int sprintf(char* __BIONIC_COMPLICATED_NULLNESS dest, const char* _Nonnull format) 63 int sprintf(char* const __BIONIC_COMPLICATED_NULLNESS __pass_object_size dest, const char* _Nonnull… in sprintf() function
|
/bionic/tests/headers/posix/ |
D | stdio_h.c | 133 FUNCTION(sprintf, int (*f)(char*, const char*, ...)); in stdio_h()
|
/bionic/libc/tzcode/ |
D | strftime.c | 400 sprintf(buf, "%"PRIdMAX, n); in _fmt() 403 sprintf(buf, "%"PRIuMAX, n); in _fmt()
|
/bionic/libc/include/ |
D | stdio.h | 146 int sprintf(char* __BIONIC_COMPLICATED_NULLNESS __s, const char* _Nonnull __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 | 973 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;
|