Searched defs:putchar_unlocked (Results 1 – 4 of 4) sorted by relevance
60 putchar_unlocked(ch) in putchar_unlocked() function
377 #define putchar_unlocked(x) putc_unlocked((x), stdout) macro
115 putchar_unlocked(int c) in putchar_unlocked() function
522 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro