HomeSort by relevance Sort by last modified time
    Searched defs:vprintf (Results 1 - 23 of 23) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vprintf.c 1 /* $OpenBSD: vprintf.c,v 1.8 2006/01/06 18:53:04 millert Exp $ */
37 vprintf(const char *fmt, __va_list ap) function
  /external/clang/test/CodeGen/Inputs/
stdio.h 3 extern int vprintf(const char *format, __builtin_va_list arg);
6 vprintf(const char *x, __builtin_va_list y) function
  /ndk/sources/android/support/src/musl-stdio/
vprintf.c 3 int vprintf(const char *restrict fmt, va_list ap) function
  /toolchain/binutils/binutils-2.25/libiberty/
vprintf.c 3 @deftypefn Supplemental int vprintf (const char *@var{format}, va_list @var{ap})
23 #undef vprintf macro
25 vprintf (const char *format, va_list ap) function
  /external/curl/include/curl/
mprintf.h 53 # undef vprintf macro
63 # define vprintf curl_mvprintf macro
  /external/curl/lib/
curl_printf.h 35 # undef vprintf macro
43 # define vprintf curl_mvprintf macro
curlx.h 98 # undef vprintf macro
109 # define vprintf curlx_mvprintf macro
  /external/google-breakpad/src/third_party/curl/
mprintf.h 54 # undef vprintf macro
71 # define vprintf curl_mvprintf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio.h 37 vprintf (__const char *__restrict __fmt, _G_va_list __arg) function
stdio2.h 115 vprintf (__const char *__restrict __fmt, _G_va_list __ap) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio.h 37 vprintf (__const char *__restrict __fmt, _G_va_list __arg) function
stdio2.h 115 vprintf (__const char *__restrict __fmt, _G_va_list __ap) function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio.h 37 vprintf (__const char *__restrict __fmt, _G_va_list __arg) function
stdio2.h 115 vprintf (__const char *__restrict __fmt, _G_va_list __ap) function
  /external/libxml2/
trio.h 162 # undef vprintf macro
163 # define vprintf trio_vprintf macro
  /external/bison/darwin-lib/
stdio.h 1572 # undef vprintf macro
    [all...]
  /external/bison/linux-lib/
stdio.h 1572 # undef vprintf macro
    [all...]
  /external/valgrind/coregrind/
m_libcprint.c 143 UInt VG_(vprintf) ( const HChar *format, va_list vargs ) function
153 ret = VG_(vprintf)(format, vargs);
178 return VG_(vprintf) (format, vargs);
  /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/opencv3/modules/ts/src/
ts.cpp 553 void TS::vprintf( int streams, const char* fmt, va_list l ) function in class:cvtest::TS
577 vprintf( streams, fmt, l );
  /system/core/adb/
sysdeps.h 357 #define vprintf adb_vprintf macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 325 int vprintf (const char *__format, __builtin_va_list __local_argv) function
382 int __cdecl vprintf(const char * __restrict__ _Format,va_list _ArgList);
    [all...]
  /external/libgdx/backends/gdx-backend-moe/libs/
intel-moe-ios.jar 

Completed in 765 milliseconds