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

1 2 3 4 5 6 7 8 9

  /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);
  /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, 0);
  /bionic/libc/upstream-openbsd/lib/libc/stdio/
vprintf.c 39 return (vfprintf(stdout, fmt, ap));
printf.c 45 ret = vfprintf(stdout, fmt, ap);
fprintf.c 45 ret = vfprintf(fp, fmt, ap);
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 18 vfprintf(stderr, format, args);
  /external/bison/lib/
printf.c 36 retval = vfprintf (stdout, format, args);
vfprintf.c 36 vfprintf (FILE *fp, const char *format, va_list args) function
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
util.c 11 vfprintf(stderr, format, args);
18 vfprintf(stderr, format, args);
helpline.c 48 vfprintf(stderr, fmt, ap);
  /bionic/libc/bionic/
err.c 67 (void)vfprintf(stderr, fmt, ap);
80 (void)vfprintf(stderr, fmt, ap);
113 (void)vfprintf(stderr, fmt, ap);
124 (void)vfprintf(stderr, fmt, ap);
  /external/elfutils/0.153/bionic-fixup/
error.h 30 vfprintf(stderr, fmt, lst);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
util.c 39 vfprintf(stderr, format, args);
64 vfprintf(stderr, format, args);
85 vfprintf(stderr, format, args);
  /external/chromium_org/third_party/WebKit/Source/wtf/
FilePrintStream.cpp 55 vfprintf(m_file, format, argList);
  /external/chromium_org/third_party/libxml/src/
libxml.h 40 int vfprintf(FILE *, const char *, va_list);
  /development/ndk/sources/android/libportable/arch-mips64/
va_funcs.c 23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) { function
24 return REAL(vfprintf)(stream, format, arg);
  /development/ndk/sources/android/libportable/arch-x86_64/
va_funcs.c 23 int WRAP(vfprintf)(FILE *stream, const char *format, va_list_portable *arg) { function
24 return REAL(vfprintf)(stream, format, arg);
  /external/chromium_org/third_party/icu/source/tools/genrb/
errmsg.c 29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
  /external/icu/icu4c/source/tools/genrb/
errmsg.c 29 vfprintf(stderr, msg, va);
67 vfprintf(stderr, msg, va);
  /external/e2fsprogs/lib/et/
vfprintf.c 19 static char sccsid[] = "@(#)vfprintf.c 5.2 (Berkeley) 6/27/88";
27 vfprintf(iop, fmt, ap) function
  /external/libpcap/msdos/
bin2c.c 10 vfprintf (stderr, fmt, args);
  /external/libpcap/tests/
reactivatetest.c 75 (void)vfprintf(stderr, fmt, ap);
  /external/libxml2/
libxml.h 45 int vfprintf(FILE *, const char *, va_list);

Completed in 367 milliseconds

1 2 3 4 5 6 7 8 9