Searched defs:fprintf (Results 1 - 10 of 10) sorted by path

/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/lib/
H A Dfprintf.c36 fprintf (FILE *fp, const char *format, ...) function
H A Dperror.c30 #undef fprintf macro
46 fprintf (stderr, "%s: %s\n", string, stackbuf);
48 fprintf (stderr, "%s\n", stackbuf);
/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...]
/external/chromium_org/third_party/libxml/src/
H A Dtrio.h164 # define fprintf trio_fprintf macro
/external/chromium_org/third_party/libxslt/libxslt/
H A Dtrio.h164 # define fprintf trio_fprintf 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.h164 # define fprintf trio_fprintf macro
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h287 /// int fprintf(FILE *stream, const char *format, ...);
288 fprintf, enumerator in enum:llvm::LibFunc::Func
/external/qemu/target-arm/
H A Darm-semi.c553 fprintf(stderr, "qemu: Unsupported SemiHosting SWI 0x%02x\n", nr);
554 cpu_dump_state(ENV_GET_CPU(env), stderr, fprintf, 0); local

Completed in 273 milliseconds