| /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/ |
| cstdio | 85 using ::vsprintf;
|
| /prebuilts/ndk/9/sources/cxx-stl/llvm-libc++/gabi++/include/ |
| cstdio | 85 using ::vsprintf;
|
| /prebuilts/ndk/9/sources/cxx-stl/system/include/ |
| cstdio | 85 using ::vsprintf;
|
| /external/bison/src/ |
| uniqstr.c | 68 vsprintf (res, format, args);
|
| /external/chromium_org/native_client_sdk/src/libraries/error_handling/ |
| string_stream.c | 36 vsprintf(&stream->data[stream->length], format, hold);
|
| /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
| data_types.h | 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
|
| /external/libnfc-nci/src/gki/ulinux/ |
| data_types.h | 68 #define BCM_VSPRINTF_S(x1,x2,x3,x4) vsprintf((x1),(x3),(x4))
|
| /bionic/libstdc++/include/ |
| cstdio | 87 using ::vsprintf;
|
| /external/qemu/slirp-android/ |
| slirp.h | 194 # define vsprintf vsprintf_len macro 202 extern int vsprintf _P((char *, const char *, va_list));
|
| /external/srec/portable/include/ |
| ptypes.h | 370 #define pvsprintf vsprintf 451 #define pvsprintf vsprintf
|
| /external/srec/portable/src/ |
| PFileImpl.c | 189 *result = vsprintf(buffer, format, args); 191 vsprintf(buffer, format, args);
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/ |
| stdio-ldbl.h | 30 __LDBL_REDIR_DECL (vsprintf)
|
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/ |
| stdio-ldbl.h | 30 __LDBL_REDIR_DECL (vsprintf)
|
| /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
| sunos4.h | 96 extern char *vsprintf(char *, const char *, va_list);
|
| /external/valgrind/main/include/ |
| pub_tool_libcprint.h | 55 extern UInt VG_(vsprintf) ( HChar* buf, const HChar* format, va_list vargs )
|
| /hardware/ti/omap4-aah/domx/mm_osal/src/ |
| timm_osal_trace.c | 152 vsprintf(string, fmt, ap);
|
| /hardware/ti/omap4xxx/camera/ |
| CameraHalCommon.cpp | 103 vsprintf(temp_str, str, args);
|
| /system/extras/tests/bionic/libstdc++/ |
| test_cstdio.cpp | 145 using std::vsprintf;
|
| /ndk/sources/host-tools/sed-4.2.1/lib/ |
| stdio.in.h | 208 # define vsprintf rpl_vsprintf 209 extern int vsprintf (char *str, const char *format, va_list args) 213 # undef vsprintf 214 # define vsprintf(b,f,a) \ 215 (GL_LINK_WARNING ("vsprintf is not always POSIX compliant - " \ 216 "use gnulib module vsprintf-posix for portable " \ 218 vsprintf (b, f, a))
|
| /external/e2fsprogs/intl/ |
| libgnuintl.h.in | 312 #undef vsprintf 313 #define vsprintf libintl_vsprintf 314 extern int vsprintf (char *, const char *, va_list);
|
| /external/chromium_org/third_party/mesa/src/src/mesa/main/ |
| vsnprintf.c | 135 ret = vsprintf(p, fmt, ap);
|
| /external/mesa3d/src/mesa/main/ |
| vsnprintf.c | 135 ret = vsprintf(p, fmt, ap);
|
| /external/stlport/stlport/stl/ |
| _cstdio.h | 118 using _STLP_VENDOR_CSTD::vsprintf;
|
| /ndk/sources/android/support/src/ |
| locale_support.c | 67 return vsprintf(str, fmt, args);
|
| /ndk/sources/cxx-stl/stlport/stlport/stl/ |
| _cstdio.h | 118 using _STLP_VENDOR_CSTD::vsprintf;
|