Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dputchar.c60 putchar_unlocked(ch) in putchar_unlocked() function
/illumos-gate/usr/src/head/
H A Dstdio.h377 #define putchar_unlocked(x) putc_unlocked((x), stdout) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/stdio/
H A Dstdio_c99.c115 putchar_unlocked(int c) in putchar_unlocked() function
/illumos-gate/usr/src/boot/include/
H A Dstdio.h522 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro