Searched refs:__getc_unlocked (Results 1 – 7 of 7) sorted by relevance
33 __getc_unlocked (FILE *fp) in __getc_unlocked() function39 weak_alias (__getc_unlocked, getc_unlocked)41 weak_alias (__getc_unlocked, fgetc_unlocked)
336 c = __getc_unlocked (f); in __tzfile_read()340 c = __getc_unlocked (f); in __tzfile_read()369 int c = __getc_unlocked (f); in __tzfile_read()379 int c = __getc_unlocked (f); in __tzfile_read()392 if (__getc_unlocked (f) != '\n' in __tzfile_read()
171 extern int __getc_unlocked (FILE *__fp) attribute_hidden;283 __getc_unlocked (FILE *__fp) in __getc_unlocked() function
82 while ((c = __getc_unlocked(tf)) != '\n' && c != EOF) in __getttyent()
271 ch = __getc_unlocked (stream); in libc_hidden_def()
208 * libio/getc_u.c (__getc_unlocked): Avoid compiler warning.245 * libio/getc_u.c: Rename function to __getc_unlocked and make
21806 * include/stdio.h [!_ISOMAC] (__getc_unlocked): Use21809 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of