Searched refs:putchar_unlocked (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/stdio/
H A Dputchar.c48 #undef putchar_unlocked macro
68 putchar_unlocked(int ch) function
H A DMakefile.inc81 putc.3 putchar_unlocked.3 putc.3 putw.3
/freebsd-13-stable/contrib/diff/lib/
H A Dunlocked-io.h117 # define putchar(x) putchar_unlocked (x)
119 # define putchar_unlocked(x) putchar (x) macro
/freebsd-13-stable/include/
H A Dstdio.h343 int putchar_unlocked(int);
527 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro

Completed in 108 milliseconds