HomeSort by relevance Sort by last modified time
    Searched full:vprintf (Results 51 - 75 of 600) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/msan/
msan.cc 179 VPrintf(1, "MSAN_OPTIONS: %s\n", msan_options ? msan_options : "<empty>");
390 VPrintf(1, "Unlimited stack, doing reexec\n");
399 VPrintf(1, "msan_track_origins\n");
426 VPrintf(1, "MemorySanitizer init done\n");
  /external/curl/docs/libcurl/
curl_mprintf.3 73 Normal vprintf() clone.
103 .BR printf "(3), " sprintf "(3), " fprintf "(3), " vprintf "(3) "
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/
ftdebug.c 68 vprintf( fmt, ap );
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 117 using _STLP_VENDOR_CSTD::vprintf;
  /ndk/sources/host-tools/make-3.81/
configh.dos 82 /* Define if you have the vprintf library function. */
config.ami 57 /* Define if you don't have vprintf but do have _doprnt. */
116 /* Define if you have the vprintf function. */
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 117 using _STLP_VENDOR_CSTD::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/ImageMagick/MagickCore/
config.h_vms 3 /* Define if you don't have vprintf but do have _doprnt. */
9 /* Define if you have the vprintf function. */
  /external/libvncserver/libvncserver/
rfbconfig.h 13 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
156 /* Define to 1 if you have the `vprintf' function. */
  /frameworks/base/cmds/idmap/
inspect.cpp 132 vprintf(fmt, ap);
142 vprintf(fmt, ap);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 65 int vprintf(const char* restrict format, va_list arg);
195 using ::vprintf;
  /prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 65 int vprintf(const char* restrict format, va_list arg);
195 using ::vprintf;
  /external/valgrind/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/compiler-rt/lib/asan/
asan_poisoning.cc 115 VPrintf(3, "Trying to poison memory region [%p, %p)\n", (void *)beg_addr,
155 VPrintf(3, "Trying to unpoison memory region [%p, %p)\n", (void *)beg_addr,
332 VPrintf(2, "contiguous_container: %p %p %p %p\n", beg_p, end_p, old_mid_p,
  /external/clang/test/Sema/
format-strings.c 17 int vprintf(const char *restrict, va_list);
32 vprintf(s,ap); // expected-warning {{format string is not a string literal}}
62 // When calling a non-variadic format function (vprintf, vscanf, NSLogv, ...),
72 vprintf(s,ap); // no-warning
146 vprintf("",ap); // expected-warning {{format string is empty}}
204 vprintf ("%*.*d", v8); // no-warning
  /external/libvncserver/
rfbconfig.h 31 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
296 /* Define to 1 if you have the `vprintf' function. */
  /external/llvm/lib/Target/WebAssembly/
known_gcc_test_failures.txt 191 vprintf-1.c
192 vprintf-chk-1.c
  /external/v8/third_party/llvm-build/Release+Asserts/lib/clang/3.9.0/include/
__clang_cuda_runtime_wrapper.h 225 __device__ int vprintf(const char *, const char *);
240 // Clang will convert printf into vprintf, but we still need
  /external/valgrind/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; }
  /external/valgrind/include/
pub_tool_libcprint.h 95 extern UInt VG_(vprintf) ( const HChar *format, va_list vargs )
119 /* Yet another, totally general, version of vprintf, which hands all
  /cts/suite/audio_quality/lib/src/
FileUtil.cpp 124 fprintf(stderr, "FileUtil::vprintf failed");
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 748 vprintf

Completed in 1811 milliseconds

1 23 4 5 6 7 8 91011>>