Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdio/
H A Dputchar.c62 putchar_unlocked(int ch) in putchar_unlocked() function
/freebsd/contrib/diff/lib/
H A Dunlocked-io.h119 # define putchar_unlocked(x) putchar (x) macro
/freebsd/include/
H A Dstdio.h531 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro