Searched refs:getc_unlocked (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/lib/libc/stdio/
H A Dgetc.c48 #undef getc_unlocked macro
63 getc_unlocked(FILE *fp) function
H A DMakefile.inc65 MLINKS+=getc.3 fgetc.3 getc.3 getc_unlocked.3 getc.3 getchar.3 \
/freebsd-13-stable/contrib/diff/lib/
H A Dunlocked-io.h99 # define getc(x) getc_unlocked (x)
101 # define getc_unlocked(x) getc (x) macro
/freebsd-13-stable/include/
H A Dstdio.h340 int getc_unlocked(FILE *);
523 #define getc_unlocked(fp) __sgetc(fp) macro
526 #define getchar_unlocked() getc_unlocked(stdin)
/freebsd-13-stable/contrib/lua/src/
H A Dliolib.c92 #define l_getc(f) getc_unlocked(f)
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Dlex.c429 c = getc_unlocked(stream);

Completed in 127 milliseconds