Searched refs:getchar_unlocked (Results 1 – 6 of 6) sorted by relevance
43 #undef getchar_unlocked45 __strong_reference(getchar, getchar_unlocked);47 int getchar_unlocked(void) { return getchar(); } in getchar_unlocked() function
372 int getchar_unlocked (void);379 #define getchar_unlocked(f) fgetc(stdin) macro
69 #undef getchar_unlocked72 getchar_unlocked (void) in getchar_unlocked() function
512 int getchar_unlocked (void);767 #define getchar_unlocked() _getchar_unlocked() macro791 #define getchar_unlocked() getc_unlocked(stdin) macro
78 * Function getchar_unlocked:: Get a character from standard input (macro)
18250 getchar_unlocked, putc_unlocked and putchar_unlocked.