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

/freebsd-11-stable/lib/libc/stdio/
H A Dputc.c46 #undef putc_unlocked macro
61 putc_unlocked(int ch, FILE *fp) function
/freebsd-11-stable/contrib/diff/lib/
H A Dunlocked-io.h113 # define putc_unlocked(x,y) putc (x,y) macro
/freebsd-11-stable/include/
H A Dstdio.h558 #define putc_unlocked(x, fp) __sputc(x, fp) macro

Completed in 98 milliseconds