Home
last modified time | relevance | path

Searched refs:getc_unlocked (Results 1 – 6 of 6) sorted by relevance

/libio/
A Dgetc_u.c30 #undef getc_unlocked
39 weak_alias (__getc_unlocked, getc_unlocked)
40 libc_hidden_weak (getc_unlocked)
A Dgetc.c51 #undef getc_unlocked
52 weak_alias (_IO_getc, getc_unlocked)
A DVersions57 getc; getc_locked; getc_unlocked; getchar; getchar_unlocked; getdelim;
A Dstdio.h527 extern int getc_unlocked (FILE *__stream);
/libio/bits/
A Dstdio.h66 getc_unlocked (FILE *__fp) in getc_unlocked() function
157 int __c = getc_unlocked (__stream); \
A Dstdio2.h362 int __c = getc_unlocked (__stream); in fread_unlocked()

Completed in 11 milliseconds