Searched refs:getchar_unlocked (Results 1 – 3 of 3) sorted by relevance
54 #undef getchar_unlocked69 getchar_unlocked( void ) in getchar_unlocked() function
65 for (s = buf; (c = getchar_unlocked()) != '\n'; ) { in gets()
1466 int getchar_unlocked(void);1617 #define getchar_unlocked() getc_unlocked(stdin) macro