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

/freebsd-current/lib/libc/stdio/
H A Dgetc.c42 #undef getc_unlocked macro
57 getc_unlocked(FILE *fp) function
H A DMakefile.inc76 getc.3 getc_unlocked.3 \
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h99 # define getc(x) getc_unlocked (x)
101 # define getc_unlocked(x) getc (x) macro
/freebsd-current/include/
H A Dstdio.h337 int getc_unlocked(FILE *);
522 #define getc_unlocked(fp) __sgetc(fp) macro
525 #define getchar_unlocked() getc_unlocked(stdin)
/freebsd-current/usr.bin/sdiff/
H A Dsdiff.c467 ch1 = getc_unlocked(f1);
468 ch2 = getc_unlocked(f2);
/freebsd-current/contrib/lua/src/
H A Dliolib.c98 #define l_getc(f) getc_unlocked(f)

Completed in 185 milliseconds