Searched defs:fprintf (Results 1 - 14 of 14) sorted by relevance

/external/bison/lib/
H A Dperror.c30 #undef fprintf macro
46 fprintf (stderr, "%s: %s\n", string, stackbuf);
48 fprintf (stderr, "%s\n", stackbuf);
H A Dfprintf.c36 fprintf (FILE *fp, const char *format, ...) function
/external/syslinux/com32/lib/
H A Dfprintf.c2 * fprintf.c
8 int fprintf(FILE * file, const char *format, ...) function
/external/fmtlib/fmt/
H A Dprintf.cc18 FMT_FUNC int fprintf(std::FILE *f, CStringRef format, ArgList args) { function in namespace:fmt
H A Dprintf.h520 fmt::fprintf(stderr, "Don't %s!", "panic");
523 FMT_API int fprintf(std::FILE *f, CStringRef format, ArgList args);
524 FMT_VARIADIC(int, fprintf, std::FILE *, CStringRef)
536 return fprintf(stdout, format, args);
546 fprintf(cerr, "Don't %s!", "panic");
549 inline int fprintf(std::ostream &os, CStringRef format_str, ArgList args) { function in namespace:fmt
555 FMT_VARIADIC(int, fprintf, std::ostream &, CStringRef)
/external/syslinux/dos/
H A Dstdio.h21 #define fprintf(x, y, ...) printf(y, ## __VA_ARGS__) macro
/external/curl/lib/
H A Dcurl_printf.h33 # undef fprintf macro
41 # define fprintf curl_mfprintf macro
H A Dcurlx.h95 # undef fprintf macro
106 # define fprintf curlx_mfprintf macro
/external/google-breakpad/src/third_party/curl/
H A Dmprintf.h50 # undef fprintf macro
60 # define fprintf curl_mfprintf macro
/external/cmockery/cmockery_0_1_2/src/example/
H A Dcalculator.c36 /* Redirect fprintf to a function in the test application so it's possible to
38 #ifdef fprintf
39 #undef fprintf macro
40 #endif // fprintf
41 #define fprintf example_test_fprintf macro
180 fprintf(stderr, "Unable to parse integer from argument %s\n",
201 fprintf(stderr, "Unknown operator %s, argument %d\n",
209 fprintf(stderr, "Binary operator %s missing argument\n",
218 fprintf(stderr, "Unable to parse integer %s of argument %d\n",
/external/libxml2/
H A Dtrio.h166 # undef fprintf macro
167 # define fprintf trio_fprintf macro
/external/valgrind/coregrind/
H A Dm_libcprint.c299 /* --------- fprintf ---------- */
301 /* This is like [v]fprintf, except it writes to a file handle using
346 UInt VG_(fprintf) ( VgFile *fp, const HChar *format, ... ) function
/external/bison/darwin-lib/
H A Dstdio.h587 # define fprintf rpl_fprintf macro
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
603 _GL_CXXALIASWARN (fprintf); variable
607 # undef fprintf macro
609 /* Assume fprintf is always declared. */
610 _GL_WARN_ON_USE (fprintf, "fprintf i
[all...]
/external/bison/linux-lib/
H A Dstdio.h587 # define fprintf rpl_fprintf macro
591 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
595 _GL_FUNCDECL_RPL (fprintf, int, (FILE *fp, const char *format, ...)
599 _GL_CXXALIAS_RPL (fprintf, int, (FILE *fp, const char *format, ...));
601 _GL_CXXALIAS_SYS (fprintf, int, (FILE *fp, const char *format, ...));
603 _GL_CXXALIASWARN (fprintf); variable
607 # undef fprintf macro
609 /* Assume fprintf is always declared. */
610 _GL_WARN_ON_USE (fprintf, "fprintf i
[all...]

Completed in 2652 milliseconds