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

/external/libcxx/include/
H A Dstdio.h83 int putc(int c, FILE* stream);
120 #undef putc macro
/external/syslinux/com32/include/
H A Dstdio.h63 #define putc(c,f) fputc((c),(f)) macro
/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/syslinux/gpxe/src/include/
H A Dcurses.h55 void ( * putc ) ( struct _curses_screen *scr, chtype c ); member in struct:_curses_screen

Completed in 799 milliseconds