Searched defs:putc (Results 1 - 7 of 7) sorted by relevance

/external/stlport/stlport/stl/
H A D_cstdio.h58 # undef putc macro
91 using _STLP_VENDOR_CSTD::putc;
/external/bison/lib/
H A Derror.c81 # undef putc macro
82 # define putc(c, fp) INTUSE(_IO_putc) (c, fp) macro
277 putc ('\n', stderr);
H A Dunlocked-io.h114 # undef putc macro
115 # define putc(x,y) putc_unlocked (x,y) macro
117 # define putc_unlocked(x,y) putc (x,y)
/external/bison/darwin-lib/
H A Dstdio.h1192 # undef putc
1193 # define putc rpl_fputc
1196 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
1198 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
1200 _GL_CXXALIASWARN (putc); variable
/external/bison/linux-lib/
H A Dstdio.h1192 # undef putc
1193 # define putc rpl_fputc
1196 _GL_CXXALIAS_RPL_1 (putc, rpl_fputc, int, (int c, FILE *stream));
1198 _GL_CXXALIAS_SYS (putc, int, (int c, FILE *stream));
1200 _GL_CXXALIASWARN (putc); variable
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h472 /// int putc(int c, FILE *stream);
473 putc, enumerator in enum:llvm::LibFunc::Func
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c152 static inline void putc(int c) function
410 putc(*s++);

Completed in 1804 milliseconds