HomeSort by relevance Sort by last modified time
    Searched defs:fputc (Results 1 - 9 of 9) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
fputc.c 1 /* $OpenBSD: fputc.c,v 1.10 2009/11/09 00:18:27 kurt Exp $ */
38 fputc(int c, FILE *fp) function
  /ndk/sources/android/support/src/stdio/
stdio_impl.h 58 #define fputc fake_fputc macro
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdio-write.c 115 return fputc (c, stdout);
119 fputc (int c, FILE *stream) function
120 #undef fputc macro
122 CALL_WITH_SIGPIPE_EMULATION (int, fputc (c, stream), ret == EOF)
unlocked-io.h 72 # undef fputc macro
73 # define fputc(x,y) fputc_unlocked (x,y) macro
75 # define fputc_unlocked(x,y) fputc (x,y)
  /external/bison/lib/
unlocked-io.h 72 # undef fputc macro
73 # define fputc(x,y) fputc_unlocked (x,y) macro
75 # define fputc_unlocked(x,y) fputc (x,y)
  /external/bison/darwin-lib/
stdio.h 646 # undef fputc
647 # define fputc rpl_fputc
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
654 _GL_CXXALIASWARN (fputc); variable
    [all...]
  /external/bison/linux-lib/
stdio.h 646 # undef fputc
647 # define fputc rpl_fputc
649 _GL_FUNCDECL_RPL (fputc, int, (int c, FILE *stream) _GL_ARG_NONNULL ((2)));
650 _GL_CXXALIAS_RPL (fputc, int, (int c, FILE *stream));
652 _GL_CXXALIAS_SYS (fputc, int, (int c, FILE *stream));
654 _GL_CXXALIASWARN (fputc); variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 92 # undef fputc macro
93 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
    [all...]
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 289 /// int fputc(int c, FILE *stream);
290 fputc, enumerator in enum:llvm::LibFunc::Func

Completed in 1889 milliseconds