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

/freebsd-11-stable/lib/libc/stdio/
H A Dgetc.c45 #undef getc macro
49 getc(FILE *fp) function
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dstdio.h111 #undef getc macro
/freebsd-11-stable/stand/i386/common/
H A Dcons.c66 getc(int fn) function
/freebsd-11-stable/stand/liblua/
H A Dlstd.c151 getc(FILE *stream) function
/freebsd-11-stable/contrib/diff/lib/
H A Dunlocked-io.h98 # undef getc macro
99 # define getc(x) getc_unlocked (x) macro
/freebsd-11-stable/sys/dev/uart/
H A Duart_cpu.h47 int (*getc)(struct uart_bas *, struct mtx *); member in struct:uart_ops
/freebsd-11-stable/stand/userboot/
H A Duserboot.h65 int (*getc)(void *arg); member in struct:loader_callbacks
/freebsd-11-stable/contrib/libstdc++/include/c/
H A Dstd_cstdio.h61 #undef getc macro
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h75 #undef getc macro
/freebsd-11-stable/release/picobsd/tinyware/msh/
H A Dsh5.c28 getc(ec) function
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dsystem.h70 # undef getc macro
71 # define getc(Stream) getc_unlocked (Stream) macro
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h78 # undef getc macro
79 # define getc(Stream) getc_unlocked (Stream) macro
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot2.c788 getc(int fn) function
/freebsd-11-stable/stand/i386/boot2/
H A Dboot2.c639 getc(int fn) function
/freebsd-11-stable/include/
H A Dstdio.h539 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro

Completed in 123 milliseconds