Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfeof.c13 #undef feof_unlocked
14 int feof_unlocked(register FILE *stream) in feof_unlocked() function
22 strong_alias(feof_unlocked,feof)
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_getattr_np.c98 while (! feof_unlocked (fp)) in pthread_getattr_np()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/
A Druserpass.c294 if (feof_unlocked(cfile) || ferror_unlocked(cfile)) in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/include/
A Dstdio.h792 extern int feof_unlocked (FILE *__stream) __THROW __wur;
930 #define feof_unlocked(_fp) __FEOF_UNLOCKED(_fp) macro
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dattr.c429 while (! feof_unlocked (fp)) in weak_alias()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dattr.c469 while (! feof_unlocked (fp)) in weak_alias()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/pwd_grp/
A Dpwd_grp.c1140 if (feof_unlocked(f)) { in __pgsreader()

Completed in 12 milliseconds