Searched defs:putchar_unlocked (Results 1 – 4 of 4) sorted by relevance
46 int putchar_unlocked(int c) { return putchar(c); } in putchar_unlocked() function
381 #define putchar_unlocked(c, f) fgetc(c, stdin) macro
64 putchar_unlocked ( in putchar_unlocked() function
768 #define putchar_unlocked(_c) _putchar_unlocked(_c) macro792 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro