Searched refs:getc_unlocked (Results 1 – 6 of 6) sorted by relevance
30 #undef getc_unlocked39 weak_alias (__getc_unlocked, getc_unlocked)40 libc_hidden_weak (getc_unlocked)
51 #undef getc_unlocked52 weak_alias (_IO_getc, getc_unlocked)
57 getc; getc_locked; getc_unlocked; getchar; getchar_unlocked; getdelim;
527 extern int getc_unlocked (FILE *__stream);
66 getc_unlocked (FILE *__fp) in getc_unlocked() function157 int __c = getc_unlocked (__stream); \
362 int __c = getc_unlocked (__stream); in fread_unlocked()
Completed in 12 milliseconds