Searched refs:getc (Results 1 - 21 of 21) 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/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DBufFileInput.cpp63 int c = getc( input );
83 int c = getc( input );
H A DDLexerBase.h73 c=getc(input);
H A Ddlgauto.h81 #define ZZGETC_STREAM {zzchar = getc(zzstream_in); zzclass = ZZSHIFT(zzchar);}
/vbox/src/VBox/Devices/PC/ipxe/src/hci/mucurses/
H A Dkb.c39 c = win->scr->getc( win->scr );
H A Dansi_screen.c84 .getc = ansiscr_getc,
/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/Graphics/shaderlib/wine/include/
H A Dtchar.h84 #define _gettc WINE_tchar_routine(getc, getc, getwc)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dtchar.h84 #define _gettc WINE_tchar_routine(getc, getc, getwc)
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h150 int __cdecl getc(FILE*);
/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dmarshal.c493 #define r_byte(p) ((p)->fp ? getc((p)->fp) : rs_byte(p))
525 x = getc(fp);
526 x |= (long)getc(fp) << 8;
527 x |= (long)getc(fp) << 16;
528 x |= (long)getc(fp) << 24;
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h154 int __cdecl getc(FILE*);
/vbox/src/libs/zlib-1.2.6/examples/
H A Dzran.c276 ret = getc(in);
/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/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/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.0.1/
H A Dxf86_libc.h271 #undef getc macro
272 #define getc(FP) xf86getc(FP) macro
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c226 * if we're using stdio for input, then we want to use getc()
1169 (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
/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 147 milliseconds