HomeSort by relevance Sort by last modified time
    Searched refs:vfprintf (Results 1 - 25 of 378) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
vfprintf-invalid-redecl.c 4 // The following declaration is not compatible with vfprintf(), but make
6 char vfprintf(); // expected-warning {{incompatible redeclaration of library function 'vfprintf'}} expected-note {{'vfprintf' is a builtin}}
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();
  /external/clang/test/CodeGen/
vfprintf.c 4 int vfprintf(FILE*restrict,const char*restrict, __builtin_va_list);
6 vfprintf(0, " ", ap);
  /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
vprintf.c 4 @deftypefnx Supplemental int vfprintf (FILE *@var{stream}, @
27 return vfprintf (stdout, format, ap);
  /external/syslinux/com32/lib/
vprintf.c 10 return vfprintf(stdout, format, ap);
printf.c 14 rv = vfprintf(stdout, format, ap);
fprintf.c 14 rv = vfprintf(file, format, ap);
  /external/clang/test/CodeGen/Inputs/
stdio.h 2 extern int vfprintf(struct FILE *s, const char *format, __builtin_va_list arg);
8 return vfprintf (0, 0, y);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
vprintf.c 57 return (vfprintf(stdout, fmt, ap));
printf.c 60 ret = vfprintf(stdout, fmt, ap);
  /external/skia/src/ports/
SkDebug_stdio.cpp 17 vfprintf(stderr, format, args);
  /external/skqp/src/ports/
SkDebug_stdio.cpp 17 vfprintf(stderr, format, args);
  /external/curl/lib/
curl_printf.h 36 # undef vfprintf macro
44 # define vfprintf curl_mvfprintf macro
  /bionic/libc/upstream-openbsd/lib/libc/gen/
verrx.c 41 (void)vfprintf(stderr, fmt, ap);
vwarnx.c 41 (void)vfprintf(stderr, fmt, ap);
  /external/pdfium/skia/ext/
google_logging.cc 23 vfprintf(stderr, format, ap);
  /external/strace/tests/
error_msg.c 46 vfprintf(stderr, fmt, p);
60 vfprintf(stderr, fmt, p);
71 vfprintf(stderr, fmt, p);
83 vfprintf(stderr, fmt, p);
  /external/strace/tests-m32/
error_msg.c 46 vfprintf(stderr, fmt, p);
60 vfprintf(stderr, fmt, p);
71 vfprintf(stderr, fmt, p);
83 vfprintf(stderr, fmt, p);
  /external/strace/tests-mx32/
error_msg.c 46 vfprintf(stderr, fmt, p);
60 vfprintf(stderr, fmt, p);
71 vfprintf(stderr, fmt, p);
83 vfprintf(stderr, fmt, p);
  /external/swiftshader/src/Common/
Debug.cpp 30 vfprintf(file, format, vararg);
  /prebuilts/go/darwin-x86/src/runtime/cgo/
gcc_android.c 22 vfprintf(stderr, format, ap);
gcc_fatalf.c 19 vfprintf(stderr, format, ap);
  /prebuilts/go/linux-x86/src/runtime/cgo/
gcc_android.c 22 vfprintf(stderr, format, ap);
gcc_fatalf.c 19 vfprintf(stderr, format, ap);

Completed in 548 milliseconds

1 2 3 4 5 6 7 8 91011>>