Home
last modified time | relevance | path

Searched refs:__getc_unlocked (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/libio/
Dgetc_u.c33 __getc_unlocked (FILE *fp) in __getc_unlocked() function
39 weak_alias (__getc_unlocked, getc_unlocked)
41 weak_alias (__getc_unlocked, fgetc_unlocked)
/glibc-2.36/time/
Dtzfile.c336 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()
/glibc-2.36/include/
Dstdio.h171 extern int __getc_unlocked (FILE *__fp) attribute_hidden;
283 __getc_unlocked (FILE *__fp) in __getc_unlocked() function
/glibc-2.36/misc/
Dgetttyent.c82 while ((c = __getc_unlocked(tf)) != '\n' && c != EOF) in __getttyent()
/glibc-2.36/nss/nss_files/
Dfiles-alias.c271 ch = __getc_unlocked (stream); in libc_hidden_def()
/glibc-2.36/ChangeLog.old/
DChangeLog.9208 * libio/getc_u.c (__getc_unlocked): Avoid compiler warning.
245 * libio/getc_u.c: Rename function to __getc_unlocked and make
DChangeLog.1921806 * include/stdio.h [!_ISOMAC] (__getc_unlocked): Use
21809 * misc/getttyent.c (__getttyent): Call __getc_unlocked instead of