Searched defs:putchar_unlocked (Results 1 – 3 of 3) sorted by relevance
62 putchar_unlocked(int ch) in putchar_unlocked() function
119 # define putchar_unlocked(x) putchar (x) macro
531 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro