Searched defs:getc (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/
H A Dgetc.c2 Implementation of getc as declared in <stdio.h>.
43 NetBSD: getc.c,v 1.11 2003/08/07 16:43:26 agc Exp
44 getc.c 8.1 (Berkeley) 6/4/93
55 * A subroutine version of the macro getc.
57 #undef getc macro
61 getc(FILE *fp) function
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dstdio.h43 int getc (FILE *);
204 * This ensures that the getc and putc macros (or inline functions) never
221 int _r; /**< read space left for getc() */
247 unsigned char _nbuf[1]; /**< guarantee a getc() buffer */
1125 The getc function is equivalent to fgetc, except that if it is implemented
1133 stream is set and getc returns EOF. Otherwise, getc returns
1136 and getc returns EOF.
1138 int getc (FILE *);
1142 The getchar function is equivalent to getc wit
1605 #define getc macro
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/include/
H A Dcurses.h62 int ( * getc ) ( struct _curses_screen *scr ); member in struct:_curses_screen
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h227 #undef getc macro
228 #define getc(FP) xf86getc(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h265 #undef getc macro
266 #define getc(FP) xf86getc(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h265 #undef getc macro
266 #define getc(FP) xf86getc(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h271 #undef getc macro
272 #define getc(FP) xf86getc(FP) macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h271 #undef getc macro
272 #define getc(FP) xf86getc(FP) macro
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 64 milliseconds