Searched refs:vsnprintf (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | __vsprintf_chk.cpp | 49 int result = vsnprintf(dest, dest_len_from_compiler, format, va); in __vsprintf_chk()
|
D | __vsnprintf_chk.cpp | 53 return vsnprintf(dest, supplied_size, format, va); in __vsnprintf_chk()
|
D | syslog.cpp | 114 vsnprintf(log_line, sizeof(log_line), log_fmt, args); in vsyslog()
|
D | malloc_debug_qemu.cpp | 525 vsnprintf(buf, sizeof(buf), fmt, ap); in qemu_log()
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
D | vsnprintf.c | 40 vsnprintf(char *str, size_t n, const char *fmt, __va_list ap) in vsnprintf() function
|
/bionic/libc/include/ |
D | stdio.h | 293 int vsnprintf(char * __restrict, size_t, const char * __restrict, __va_list) 372 int vsnprintf(char *dest, size_t size, const char *format, __va_list ap) in vsnprintf() function
|
/bionic/libstdc++/include/ |
D | cstdio | 92 using ::vsnprintf;
|
/bionic/tests/ |
D | fortify_test.cpp | 168 result = vsnprintf(myfoo.a, size, fmt, va); // should crash here in vsnprintf_helper2() 564 result = vsnprintf(buf, size, fmt, va); // should crash here in vsnprintf_helper()
|
/bionic/libc/ |
D | Android.mk | 452 upstream-openbsd/lib/libc/stdio/vsnprintf.c \
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 265 n = vsnprintf( p, avail, format, args); in _bprint()
|