Searched refs:putc_unlocked (Results 1 – 6 of 6) sorted by relevance
71 #undef putc_unlocked74 putc_unlocked ( in putc_unlocked() function
38 return putc_unlocked ( ch, file); in fputc_unlocked()
68 return putc_unlocked (c, stdout); in putchar_unlocked()
518 int putc_unlocked (int, FILE *);795 #define putchar_unlocked(x) putc_unlocked(x, stdout)
88 * putc_unlocked:: Write a character on a stream or file (macro)
18250 getchar_unlocked, putc_unlocked and putchar_unlocked.