Home
last modified time | relevance | path

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

/bionic/tests/
Dclang_fortify_tests.cpp360 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()
Dfortify_test.cpp84 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()
Dstdio_test.cpp2528 sprintf(&buf[0], "hello"); in TEST()
/bionic/libc/include/bits/fortify/
Dstdio.h55 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/
Dstdio_h.c133 FUNCTION(sprintf, int (*f)(char*, const char*, ...)); in stdio_h()
/bionic/libc/tzcode/
Dstrftime.c400 sprintf(buf, "%"PRIdMAX, n); in _fmt()
403 sprintf(buf, "%"PRIuMAX, n); in _fmt()
/bionic/libc/include/
Dstdio.h146 int sprintf(char* __BIONIC_COMPLICATED_NULLNESS __s, const char* _Nonnull __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.cpp973 int sprintf(char* s, const char* fmt, ...) { in sprintf() function
/bionic/tools/versioner/platforms/
Dlibc.map.txt981 sprintf;
/bionic/libc/
Dlibc.map.txt981 sprintf;