Home
last modified time | relevance | path

Searched defs:getc_unlocked (Results 1 – 3 of 3) sorted by relevance

/freebsd/lib/libc/stdio/
H A Dgetc.c57 getc_unlocked(FILE *fp) in getc_unlocked() function
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h101 # define getc_unlocked(x) getc (x) macro
/freebsd/include/
H A Dstdio.h527 #define getc_unlocked(fp) __sgetc(fp) macro