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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dputc.c2 Implementation of a subroutine version of the macro putc,
44 NetBSD: putc.c,v 1.11 2003/08/07 16:43:29 agc Exp
45 putc.c 8.1 (Berkeley) 6/4/93
56 * putc.
58 #undef putc macro
62 putc(int c, FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h46 int putc (int, FILE *);
204 * This ensures that the getc and putc macros (or inline functions) never
222 int _w; /**< write space left for putc() */
226 int _lbfsize; /**< 0 or -_bf._size, for inline putc */
1172 The putc function is equivalent to fputc, except that if it is implemented
1179 @return The putc function returns the character written. If a write
1181 putc returns EOF.
1183 int putc (int C, FILE *Stream);
1187 The putchar function is equivalent to putc with stdout as the Stream argument.
1606 #define putc( macro
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h55 void ( * putc ) ( struct _curses_screen *scr, chtype c ); member in struct:_curses_screen

Completed in 52 milliseconds