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

/freebsd-current/lib/libc/stdio/
H A Dgetc.c41 #undef getc macro
45 getc(FILE *fp) function
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dstdio.h113 # undef getc macro
/freebsd-current/stand/i386/common/
H A Dcons.c89 getc(int fn) function
/freebsd-current/stand/liblua/
H A Dlstd.h65 #define getc lua_loader_getc macro
H A Dlstd.c163 getc(FILE *stream) function
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h98 # undef getc macro
99 # define getc(x) getc_unlocked (x) macro
/freebsd-current/stand/userboot/
H A Duserboot.h63 int (*getc)(void *arg); member in struct:loader_callbacks
/freebsd-current/sys/dev/uart/
H A Duart_cpu.h47 int (*getc)(struct uart_bas *, struct mtx *); member in struct:uart_ops
/freebsd-current/stand/i386/boot2/
H A Dboot2.c636 getc(int fn) function
/freebsd-current/include/
H A Dstdio.h504 #define getc(fp) (!__isthreaded ? __sgetc(fp) : (getc)(fp)) macro

Completed in 161 milliseconds