Home
last modified time | relevance | path

Searched defs:getc (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Dfunlike-5.c8 #define getc(fp) __sgetc(fp) macro
/openbsd-src/lib/libc/stdio/
H A Dgetc.c55 getc(FILE *fp) in getc() function
/openbsd-src/lib/libpcap/
H A Dscanner.l71 #define getc(fp) (*in_buffer == 0 ? EOF : *in_buffer++) macro
/openbsd-src/sys/dev/wscons/
H A Dwskbdvar.h58 void (*getc)(void *, u_int *, int *); member
/openbsd-src/gnu/usr.bin/perl/dist/IO/lib/IO/
H A DHandle.pm405 sub getc { global() subroutine
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test/Builder/IO/
H A DScalar.pm166 sub getc { subroutine
/openbsd-src/gnu/usr.bin/texinfo/intl/
H A Dlocalcharset.c91 # define getc getc_unlocked macro
/openbsd-src/gnu/gcc/intl/
H A Dlocalcharset.c91 # define getc getc_unlocked macro
/openbsd-src/gnu/gcc/fixincludes/
H A Dsystem.h71 # define getc(Stream) getc_unlocked (Stream) macro
/openbsd-src/gnu/usr.bin/perl/cpan/IO-Compress/lib/IO/Uncompress/
H A DBase.pm1304 sub getc subroutine
/openbsd-src/sys/kern/
H A Dtty_subr.c88 getc(struct clist *clp) in getc() function
/openbsd-src/gnu/gcc/libcpp/
H A Dsystem.h71 # define getc(Stream) getc_unlocked (Stream) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dnostdio.h95 # define getc(f) _CANNOT _getc_ macro
H A Dfakesdio.h81 #define getc(f) PerlIO_getc(f) macro
/openbsd-src/include/
H A Dstdio.h413 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc) global() macro
/openbsd-src/gnu/gcc/gcc/
H A Dsystem.h79 # define getc(Stream) getc_unlocked (Stream) macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h228 #define getc(f) win32_getc(f) macro
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c892 WRAPPER2(int, getc, FILE *stream) in WRAPPER2() argument