Home
last modified time | relevance | path

Searched defs:fgetc (Results 1 – 9 of 9) sorted by relevance

/openbsd-src/lib/libc/stdio/
H A Dfgetc.c37 fgetc(FILE *fp) in fgetc() function
/openbsd-src/gnu/gcc/fixincludes/
H A Dsystem.h112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/openbsd-src/gnu/gcc/libcpp/
H A Dsystem.h112 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/openbsd-src/gnu/usr.bin/perl/
H A Dnostdio.h91 # define fgetc(f) _CANNOT _fgetc_ macro
H A Dfakesdio.h78 #define fgetc(f) PerlIO_getc(f) macro
/openbsd-src/gnu/gcc/gcc/
H A Dsystem.h120 # define fgetc(Stream) fgetc_unlocked (Stream) macro
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32iop.h281 #define fgetc win32_fgetc macro
/openbsd-src/usr.sbin/tftpd/
H A Dtftpd.c142 int (*fgetc)(struct tftp_client *); member
/openbsd-src/gnu/gcc/libmudflap/
H A Dmf-hooks2.c873 WRAPPER2(int, fgetc, FILE *stream) in WRAPPER2() argument