Searched refs:putchar_unlocked (Results 1 – 6 of 6) sorted by relevance
42 #undef putchar_unlocked44 __strong_reference(putchar, putchar_unlocked);46 int putchar_unlocked(int c) { return putchar(c); } in putchar_unlocked() function
377 int putchar_unlocked (int);381 #define putchar_unlocked(c, f) fgetc(c, stdin) macro
61 #undef putchar_unlocked64 putchar_unlocked ( in putchar_unlocked() function
517 int putchar_unlocked (int);768 #define putchar_unlocked(_c) _putchar_unlocked(_c) macro792 #define putchar_unlocked(x) putc_unlocked(x, stdout) macro
90 * Function putchar_unlocked:: Write a character on standard output (macro)
18250 getchar_unlocked, putc_unlocked and putchar_unlocked.