/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 117 using _STLP_VENDOR_CSTD::vprintf;
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_cstdio.h | 117 using _STLP_VENDOR_CSTD::vprintf;
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 144 using std::vprintf;
|
/external/bison/darwin-lib/ |
stdio.h | 1572 # undef vprintf macro [all...] |
/external/bison/lib/ |
stdio.in.h | [all...] |
/external/bison/linux-lib/ |
stdio.h | 1572 # undef vprintf macro [all...] |
/external/stressapptest/src/ |
stressapptest_config.h.in | 17 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 127 /* Define to 1 if you have the `vprintf' function. */
|
stressapptest_config_android.h | 18 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 128 /* Define to 1 if you have the `vprintf' function. */
|
/external/valgrind/main/include/ |
pub_tool_libcprint.h | 86 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs ) 95 /* Yet another, totally general, version of vprintf, which hands all
|
/external/valgrind/main/exp-sgcheck/tests/ |
bad_percentify.c | 113 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) function 124 ret = VG_(vprintf)(format, vargs); 153 /*--- A simple, generic, vprintf implementation. ---*/ 159 vprintf replacement for Checker. 333 /* A simple vprintf(). */
|
/external/clang/test/Sema/ |
format-strings.c | 16 int vprintf(const char *restrict, va_list); 31 vprintf(s,ap); // expected-warning {{format string is not a string literal}} 61 // When calling a non-variadic format function (vprintf, vscanf, NSLogv, ...), 71 vprintf(s,ap); // no-warning 145 vprintf("",ap); // expected-warning {{format string is empty}} 203 vprintf ("%*.*d", v8); // no-warning
|
/external/quake/quake/src/WinQuake/ |
sys_sun.cpp | 227 vprintf (error,argptr); 239 vprintf (fmt,argptr);
|
/external/valgrind/main/drd/tests/ |
unit_bitmap.c | 56 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); return ret; } 58 { UInt ret; va_list vargs; va_start(vargs, format); ret = vprintf(format, vargs); va_end(vargs); printf("\n"); return ret; }
|
/ndk/sources/host-tools/make-3.81/ |
config.ami | 57 /* Define if you don't have vprintf but do have _doprnt. */ 116 /* Define if you have the vprintf function. */
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libc.so | |
/cts/suite/audio_quality/lib/src/ |
FileUtil.cpp | 124 fprintf(stderr, "FileUtil::vprintf failed");
|
/development/ndk/platforms/android-3/arch-arm/symbols/ |
libc.so.functions.txt | 907 vprintf
|
/development/ndk/platforms/android-5/arch-arm/symbols/ |
libc.so.functions.txt | 946 vprintf
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
libc.so.functions.txt | 888 vprintf
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
libc.so.functions.txt | 881 vprintf
|
/external/ipsec-tools/src/racoon/ |
kmpstat.c | 194 vprintf(fmt, ap);
|
plog.c | 165 vprintf(newfmt, ap);
|
/external/libpcap/lbl/ |
os-sunos4.h | 43 int vprintf(const char *, ...);
|