/external/bison/lib/ |
H A D | perror.c | 30 #undef fprintf macro 46 fprintf (stderr, "%s: %s\n", string, stackbuf); 48 fprintf (stderr, "%s\n", stackbuf);
|
H A D | fprintf.c | 36 fprintf (FILE *fp, const char *format, ...) function
|
/external/curl/lib/ |
H A D | curl_printf.h | 33 # undef fprintf macro 41 # define fprintf curl_mfprintf macro
|
H A D | curlx.h | 95 # undef fprintf macro 106 # define fprintf curlx_mfprintf macro
|
/external/google-breakpad/src/third_party/curl/ |
H A D | mprintf.h | 50 # undef fprintf macro 60 # define fprintf curl_mfprintf macro
|
/external/cmockery/cmockery_0_1_2/src/example/ |
H A D | calculator.c | 36 /* 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 D | trio.h | 166 # undef fprintf macro 167 # define fprintf trio_fprintf macro
|
/external/valgrind/coregrind/ |
H A D | m_libcprint.c | 299 /* --------- 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 D | stdio.h | 587 # 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 D | stdio.h | 587 # 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...] |