Searched refs:ferror_unlocked (Results 1 – 3 of 3) sorted by relevance
13 #undef ferror_unlocked14 int ferror_unlocked(register FILE *stream) in ferror_unlocked() function22 strong_alias(ferror_unlocked,ferror)
294 if (feof_unlocked(cfile) || ferror_unlocked(cfile)) in libc_hidden_def()
793 extern int ferror_unlocked (FILE *__stream) __THROW __wur;931 #define ferror_unlocked(_fp) __FERROR_UNLOCKED(_fp) macro
Completed in 6 milliseconds