Searched refs:getchar_unlocked (Results 1 – 4 of 4) sorted by relevance
15 #undef getchar_unlocked16 int getchar_unlocked(void) in getchar_unlocked() function22 libc_hidden_def(getchar_unlocked)25 strong_alias(getchar_unlocked,getchar)
15 #undef getchar_unlocked27 while (((c = getchar_unlocked()) != EOF) && ((*p = c) != '\n')) { in gets()
11 getchar_unlocked
495 extern int getchar_unlocked (void);496 libc_hidden_proto(getchar_unlocked)919 #define getchar_unlocked() __GETC_UNLOCKED(__stdin) macro
Completed in 5 milliseconds