/bionic/libc/stdio/ |
fputc.c | 1 /* $OpenBSD: fputc.c,v 1.7 2005/08/08 08:05:36 espie Exp $ */ 38 fputc(int c, FILE *fp) function
|
/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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 89 # undef fputc macro 90 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 89 # undef fputc macro 90 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
system.h | 89 # undef fputc macro 90 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
system.h | 89 # undef fputc macro 90 # define fputc(C, Stream) fputc_unlocked (C, Stream) macro
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 254 /// int fputc(int c, FILE *stream); 255 fputc, enumerator in enum:llvm::LibFunc::Func
|