Searched refs:putchar_unlocked (Results 1 – 2 of 2) sorted by relevance
54 #undef putchar_unlocked72 putchar_unlocked(int c) in putchar_unlocked() function
1468 int putchar_unlocked(int);1618 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro