Home
last modified time | relevance | path

Searched refs:ferror_unlocked (Results 1 – 3 of 3) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dferror.c13 #undef ferror_unlocked
14 int ferror_unlocked(register FILE *stream) in ferror_unlocked() function
22 strong_alias(ferror_unlocked,ferror)
/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.h793 extern int ferror_unlocked (FILE *__stream) __THROW __wur;
931 #define ferror_unlocked(_fp) __FERROR_UNLOCKED(_fp) macro

Completed in 6 milliseconds