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

/freebsd-11-stable/lib/libc/stdio/
H A Dputchar.c46 #undef putchar_unlocked macro
66 putchar_unlocked(int ch) function
/freebsd-11-stable/contrib/diff/lib/
H A Dunlocked-io.h119 # define putchar_unlocked(x) putchar (x) macro
/freebsd-11-stable/include/
H A Dstdio.h561 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro

Completed in 135 milliseconds