HomeSort by relevance Sort by last modified time
    Searched defs:fprintf (Results 1 - 25 of 27) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fprintf.c 2 Implementation of fprintf as declared in <stdio.h>.
43 NetBSD: fprintf.c,v 1.11 2003/08/07 16:43:24 agc Exp
44 fprintf.c 8.1 (Berkeley) 6/4/93
54 fprintf(FILE *fp, const char *fmt, ...) function
  /external/bison/lib/
perror.c 30 #undef fprintf macro
46 fprintf (stderr, "%s: %s\n", string, stackbuf);
48 fprintf (stderr, "%s\n", stackbuf);
fprintf.c 36 fprintf (FILE *fp, const char *format, ...) function
  /external/fmtlib/fmt/
printf.cc 18 FMT_FUNC int fprintf(std::FILE *f, CStringRef format, ArgList args) { function in namespace:fmt
printf.h 520 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/com32/lib/
fprintf.c 2 * fprintf.c
8 int fprintf(FILE * file, const char *format, ...) function
  /external/syslinux/dos/
stdio.h 21 #define fprintf(x, y, ...) printf(y, ## __VA_ARGS__) macro
  /external/curl/lib/
curl_printf.h 33 # undef fprintf macro
41 # define fprintf curl_mfprintf macro
curlx.h 95 # undef fprintf macro
106 # define fprintf curlx_mfprintf macro
  /external/google-breakpad/src/third_party/curl/
mprintf.h 50 # undef fprintf macro
60 # define fprintf curl_mfprintf macro
  /prebuilts/ndk/r11/sources/android/support/src/stdio/
stdio_impl.h 57 #define fprintf fake_fprintf macro
  /prebuilts/ndk/r13/sources/android/support/src/stdio/
stdio_impl.h 57 #define fprintf fake_fprintf macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
stdio2.h 96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) function
110 # define fprintf(stream, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
stdio2.h 96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) function
110 # define fprintf(stream, ...) \ macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
stdio2.h 96 fprintf (FILE *__restrict __stream, __const char *__restrict __fmt, ...) function
110 # define fprintf(stream, ...) \ macro
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
OnigurumaUefiPort.h 46 #define fprintf(...) macro
  /external/cmockery/cmockery_0_1_2/src/example/
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/
trio.h 166 # undef fprintf macro
167 # define fprintf trio_fprintf macro
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 387 int fprintf (FILE *f, const char *s, ...) function
  /external/bison/darwin-lib/
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 is not always POSIX compliant -
    [all...]
  /external/bison/linux-lib/
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 is not always POSIX compliant -
    [all...]
  /external/valgrind/coregrind/
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
  /system/core/adb/
sysdeps.h 139 fprintf(stderr, "adb_thread_join failed: %s\n",
345 #define fprintf adb_fprintf macro
  /bionic/libc/stdio/
stdio.cpp 660 int fprintf(FILE* fp, const char* fmt, ...) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 171 # undef fprintf macro
174 # define fprintf fprintf_unlocked macro
    [all...]

Completed in 1390 milliseconds

1 2