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

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

Completed in 118 milliseconds