Searched refs:vsnprintf (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/bionic/ |
D | __vsprintf_chk.cpp | 52 int ret = vsnprintf(dest, dest_len_from_compiler, format, va); in __vsprintf_chk()
|
D | __vsnprintf_chk.cpp | 57 return vsnprintf(dest, supplied_size, format, va); in __vsnprintf_chk()
|
D | malloc_debug_qemu.cpp | 521 vsnprintf(buf, sizeof(buf), fmt, ap); in qemu_log()
|
/bionic/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 | 278 int vsnprintf(char * __restrict, size_t, const char * __restrict, __va_list) 459 int vsnprintf(char *dest, size_t size, const char *format, __va_list ap) in vsnprintf() function
|
/bionic/libstdc++/include/ |
D | cstdio | 90 using ::vsnprintf;
|
/bionic/libc/unistd/ |
D | syslog.c | 224 prlen = vsnprintf(p, tbuf_left, fmt_cpy, ap); in vsyslog_r()
|
/bionic/tests/ |
D | fortify_test.cpp | 110 result = vsnprintf(myfoo.a, size, fmt, va); // should crash here in vsnprintf_helper2() 418 result = vsnprintf(buf, size, fmt, va); // should crash here in vsnprintf_helper()
|
/bionic/libc/ |
D | Android.mk | 41 stdio/vsnprintf.c \
|
/bionic/libc/netbsd/resolv/ |
D | res_cache.c | 282 n = vsnprintf( p, avail, format, args); in _bprint()
|