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

  /external/clang/test/Sema/
vfprintf-valid-redecl.c 8 // `vfprintf' in this file, and we getPreviousDecl()->getTypeSourceInfo() on it, then we will
10 int vfprintf(void) { return 0; } function
14 // The following declaration is compatible with vfprintf, so we shouldn't
16 int vfprintf();
  /toolchain/binutils/binutils-2.27/libiberty/
vfprintf.c 1 /* Provide a version vfprintf in terms of _doprnt.
9 #undef vfprintf macro
12 vfprintf (FILE *stream, const char *format, va_list ap) function
  /external/tcpdump/
vfprintf.c 36 * Stock 4.3 doesn't have vfprintf.
39 vfprintf(f, fmt, args) function
  /external/e2fsprogs/lib/et/
vfprintf.c 19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
28 vfprintf(iop, fmt, ap) function
  /external/syslinux/com32/lib/
vfprintf.c 2 * vfprintf.c
12 int vfprintf(FILE * file, const char *format, va_list ap) function
  /external/curl/lib/
curl_printf.h 36 # undef vfprintf macro
44 # define vfprintf curl_mvfprintf macro
curlx.h 86 # undef vfprintf macro
97 # define vfprintf curlx_mvfprintf macro
  /external/google-breakpad/src/third_party/curl/
mprintf.h 55 # undef vfprintf macro
72 # define vfprintf curl_mvfprintf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 125 vfprintf (FILE *__restrict __stream, function
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 125 vfprintf (FILE *__restrict __stream, function
  /external/libxml2/
trio.h 170 # undef vfprintf macro
171 # define vfprintf trio_vfprintf macro
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 281 int vfprintf (FILE *stream, const char *format, VA_LIST arg) function
  /system/core/adb/
sysdeps.h 258 #define vfprintf adb_vfprintf macro
sysdeps_win32.cpp 2432 #undef vfprintf macro
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jvm.h 1530 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args); member in struct:JDK1_1InitArgs
    [all...]
  /external/valgrind/coregrind/
m_libcprint.c 849 UInt VG_(vfprintf) ( VgFile *fp, const HChar *format, va_list vargs ) function
859 ret = VG_(vfprintf)(fp, format, vargs);
    [all...]
  /libcore/ojluni/src/main/native/
jvm.h 1465 jint (JNICALL *vfprintf)(FILE *fp, const char *format, va_list args); member in struct:JDK1_1InitArgs
    [all...]
  /bionic/libc/stdio/
stdio.cpp 697 PRINTF_IMPL(vfprintf(fp, fmt, ap));
843 PRINTF_IMPL(vfprintf(stdout, fmt, ap));
941 int vfprintf(FILE* fp, const char* fmt, va_list ap) { function
962 return vfprintf(stdout, fmt, ap);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stdio.h 318 int vfprintf (FILE *__stream, const char *__format, __builtin_va_list __local_argv) function
385 int __cdecl vfprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,va_list _ArgList);
    [all...]
pthread.h 670 #define vfprintf macro
    [all...]

Completed in 662 milliseconds