Searched defs:putchar_unlocked (Results 1 – 6 of 6) sorted by relevance
67 putchar_unlocked(int c) in putchar_unlocked() function
125 # define putchar_unlocked(x) putchar (x) macro
525 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro