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

/freebsd-13-stable/lib/libc/stdio/
H A Dgetc.c48 #undef getc_unlocked macro
63 getc_unlocked(FILE *fp) function
/freebsd-13-stable/contrib/diff/lib/
H A Dunlocked-io.h101 # define getc_unlocked(x) getc (x) macro
/freebsd-13-stable/include/
H A Dstdio.h523 #define getc_unlocked(fp) __sgetc(fp) macro

Completed in 57 milliseconds