Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 25 of 36) sorted by relevance

12

/bionic/benchmarks/linker_relocation/gen/
Dliblinker_reloc_bench_034.S30 CALL(vsnprintf)
Dliblinker_reloc_bench_147.S37 CALL(vsnprintf)
Dliblinker_reloc_bench_013.S313 CALL(vsnprintf)
Dliblinker_reloc_bench_065.S208 CALL(vsnprintf)
Dliblinker_reloc_bench_027.S279 CALL(vsnprintf)
Dliblinker_reloc_bench_024.S328 CALL(vsnprintf)
Dliblinker_reloc_bench_008.S311 CALL(vsnprintf)
Dliblinker_reloc_bench_086.S481 CALL(vsnprintf)
Dliblinker_reloc_bench_076.S312 CALL(vsnprintf)
Dliblinker_reloc_bench_006.S676 CALL(vsnprintf)
Dliblinker_reloc_bench_082.S712 CALL(vsnprintf)
Dliblinker_reloc_bench_080.S750 CALL(vsnprintf)
Dliblinker_reloc_bench_003.S1125 CALL(vsnprintf)
Dliblinker_reloc_bench_095.S110 CALL(vsnprintf)
Dliblinker_reloc_bench_159.S1105 CALL(vsnprintf)
/bionic/libc/bionic/
Dsyslog.cpp79 vsnprintf(log_line, sizeof(log_line), fmt, args); in vsyslog()
Dfortify.cpp412 return vsnprintf(dst, supplied_size, format, va); in __vsnprintf_chk()
429 int result = vsnprintf(dst, in __vsprintf_chk()
/bionic/libc/include/bits/fortify/
Dstdio.h42 int vsnprintf(char* const __pass_object_size dest, size_t size, const char* format, va_list ap) in vsnprintf() function
/bionic/tests/headers/posix/
Dstdio_h.c143 FUNCTION(vsnprintf, int (*f)(char*, size_t, const char*, va_list)); in stdio_h()
/bionic/tests/
Dclang_fortify_tests.cpp369 vsnprintf(buf, sizeof(buf), unknown_string, va); in testFormatStrings()
484 EXPECT_FORTIFY_DEATH(vsnprintf(small_buffer, sizeof(small_buffer) + 1, "", va)); in FORTIFY_TEST()
Dfortify_test.cpp118 result = vsnprintf(myfoo.a, size, fmt, va); // should crash here in vsnprintf_helper2()
458 result = vsnprintf(buf, size, fmt, va); // should crash here in vsnprintf_helper()
/bionic/libc/include/
Dstdio.h266 int vsnprintf(char* __buf, size_t __size, const char* __fmt, va_list __args) __printflike(3, 0);
/bionic/libc/stdio/
Dstdio.cpp970 PRINTF_IMPL(vsnprintf(s, n, fmt, ap)); in snprintf()
1017 int vsnprintf(char* s, size_t n, const char* fmt, va_list ap) { in vsnprintf() function
1044 return vsnprintf(s, SSIZE_MAX, fmt, ap); in vsprintf()
/bionic/libc/tools/
Dposix-2013.txt1120 vsnprintf
/bionic/libc/dns/resolv/
Dres_cache.c266 n = vsnprintf( p, avail, format, args); in _bprint()

12