Home
last modified time | relevance | path

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

/dflybsd-src/lib/libc/stdio/
H A Dgetc.c57 getc_unlocked(FILE *fp) in getc_unlocked() function
/dflybsd-src/contrib/grep/lib/
H A Dunlocked-io.h103 # define getc_unlocked(x) getc (x) macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dunlocked-io.h104 # define getc_unlocked(x) getc (x) macro
/dflybsd-src/include/
H A Dstdio.h495 #define getc_unlocked(fp) __sgetc(fp) macro