Searched refs:vsprintf (Results 1 – 10 of 10) sorted by relevance
/aosp12/bionic/libc/include/bits/fortify/ |
H A D | stdio.h | 48 int vsprintf(char* const __pass_object_size dest, const char* format, va_list ap) __overloadable { in vsprintf() function
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdio_h.c | 144 FUNCTION(vsprintf, int (*f)(char*, const char*, va_list)); in stdio_h()
|
/aosp12/bionic/libc/include/ |
H A D | stdio.h | 160 int vsprintf(char* __s, const char* __fmt, va_list __args)
|
/aosp12/bionic/tests/ |
H A D | fortify_test.cpp | 98 result = vsprintf(myfoo.a, fmt, va); // should crash here in vsprintf_helper2() 438 result = vsprintf(buf, fmt, va); // should crash here in vsprintf_helper()
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 974 PRINTF_IMPL(vsprintf(s, fmt, ap)); in sprintf() 1043 int vsprintf(char* s, const char* fmt, va_list ap) { in vsprintf() function
|
/aosp12/hardware/broadcom/wlan/bcmdhd/wifi_hal/ |
H A D | cpp_bindings.cpp | 57 offset += vsprintf(buf + offset, fmt, params); in appendFmt()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 1121 vsprintf
|
/aosp12/frameworks/base/cmds/incidentd/src/ |
H A D | Reporter.cpp | 476 vsprintf(line + prefixLen, format, args); in vflog()
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 1144 vsprintf;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 1144 vsprintf;
|