Searched refs:vfprintf (Results 1 - 25 of 122) sorted by relevance

12345

/haiku-buildtools/binutils/libiberty/
H A Dvfprintf.c1 /* Provide a version vfprintf in terms of _doprnt.
9 #undef vfprintf macro
12 vfprintf (FILE *stream, const char *format, va_list ap) function
H A Dvprintf.c4 @deftypefnx Supplemental int vfprintf (FILE *@var{stream}, @
27 return vfprintf (stdout, format, ap);
/haiku-buildtools/gcc/libiberty/
H A Dvfprintf.c1 /* Provide a version vfprintf in terms of _doprnt.
9 #undef vfprintf macro
12 vfprintf (FILE *stream, const char *format, va_list ap) function
H A Dvprintf.c4 @deftypefnx Supplemental int vfprintf (FILE *@var{stream}, @
27 return vfprintf (stdout, format, ap);
/haiku-buildtools/legacy/binutils/libiberty/
H A Dvfprintf.c1 /* Provide a version vfprintf in terms of _doprnt.
9 #undef vfprintf macro
12 vfprintf (FILE *stream, const char *format, va_list ap) function
H A Dvprintf.c4 @deftypefnx Supplemental int vfprintf (FILE *@var{stream}, const char *@var{format}, va_list @var{ap})
25 return vfprintf (stdout, format, ap);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dbuiltin-vfprintf-1.c8 extern int vfprintf (FILE *, const char *, va_list);
16 vfprintf (fp, "hello", ap1);
18 vfprintf (fp, "hello\n", ap2);
20 vfprintf (fp, "a", ap3);
22 vfprintf (fp, "", ap4);
24 vfprintf (fp, "%s", ap5);
26 vfprintf (fp, "%c", ap6);
28 vfprintf (fp, "%s\n", ap7);
36 /* { dg-final { scan-tree-dump "vi4.*vfprintf.*\"%s\".*vi5" "fab1"} } */
37 /* { dg-final { scan-tree-dump "vi5.*vfprintf
[all...]
/haiku-buildtools/legacy/gcc/libiberty/
H A Dvfprintf.c1 /* Provide a version vfprintf in terms of _doprnt.
12 #undef vfprintf macro
15 vfprintf (stream, format, ap) function
H A Dvprintf.c14 return vfprintf (stdout, format, ap);
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvfprintf.c28 vfprintf(fp, format, args) function
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/builtins/lib/
H A Dfprintf.c17 r = vfprintf (fp, string, ap);
34 r = vfprintf (fp, string, ap);
/haiku-buildtools/gcc/gcc/
H A Derrors.c50 vfprintf (stderr, format, ap);
65 vfprintf (stderr, format, ap);
82 vfprintf (stderr, format, ap);
97 vfprintf (stderr, format, ap);
H A Ddwarf2asm.c124 vfprintf (asm_out_file, comment, ap);
156 vfprintf (asm_out_file, comment, ap);
180 vfprintf (asm_out_file, comment, ap);
213 vfprintf (asm_out_file, comment, ap);
246 vfprintf (asm_out_file, comment, ap);
269 vfprintf (asm_out_file, comment, ap);
291 vfprintf (asm_out_file, comment, ap);
333 vfprintf (asm_out_file, comment, ap);
610 vfprintf (asm_out_file, comment, ap);
645 vfprintf (asm_out_fil
[all...]
/haiku-buildtools/gcc/gmp/printf/
H A Dprintffuns.c40 int vfprintf __GMP_PROTO ((FILE *, const char *, va_list));
73 (doprnt_format_t) vfprintf,
H A DMakefile.am29 vasprintf.c vfprintf.c vprintf.c vsnprintf.c vsprintf.c \
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dvfprintf-1.c17 vfprintf (stdout, fmt, ap); \
18 if (vfprintf (stdout, fmt, ap2) != ret) \
21 #include "vfprintf-1.c"
36 #include "vfprintf-1.c"
H A Dfprintf-chk-1.c19 ret = vfprintf (f, fmt, ap);
/haiku-buildtools/gcc/libgomp/
H A Derror.c44 vfprintf (stderr, msg, list);
62 vfprintf (stderr, fmt, list);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/format/
H A Dc90-printf-3.c24 vfprintf (stdout, "%d", v0);
25 vfprintf (stdout, "%Y", v1); /* { dg-warning "format" "vfprintf" } */
H A Dc99-printf-3.c25 vfprintf (stdout, "%d", v0);
26 vfprintf (stdout, "%Y", v1); /* { dg-warning "format" "vfprintf" } */
H A Dext-6.c27 vfprintf (stdout, "%d", v0);
28 vfprintf (stdout, "%Y", v1); /* { dg-warning "format" "vfprintf" } */
H A Dms_c90-printf-3.c25 vfprintf (stdout, "%d", v0);
26 vfprintf (stdout, "%Y", v1); /* { dg-warning "format" "vfprintf" } */
H A Dms_c99-printf-3.c26 vfprintf (stdout, "%d", v0);
27 vfprintf (stdout, "%Y", v1); /* { dg-warning "format" "vfprintf" } */
/haiku-buildtools/legacy/gcc/libio/
H A Diostdio.h93 #define vfprintf _IO_vfprintf macro
94 #define vprintf(__fmt, __args) vfprintf(stdout, __fmt, __args)
/haiku-buildtools/binutils/gold/
H A Derrors.cc82 vfprintf(stderr, format, args);
93 vfprintf(stderr, format, args);
104 vfprintf(stderr, format, args);
116 vfprintf(stderr, format, args);
127 vfprintf(stderr, format, args);
141 vfprintf(stderr, format, args);
157 vfprintf(stderr, format, args);
215 vfprintf(stderr, format, args);

Completed in 217 milliseconds

12345