Searched refs:ferror_unlocked (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libc/stdio/
H A Dferror.c47 #undef ferror_unlocked macro
61 ferror_unlocked(FILE *fp) function
H A DMakefile.inc47 MLINKS+=ferror.3 ferror_unlocked.3 \
/freebsd-13-stable/contrib/diff/lib/
H A Dunlocked-io.h57 # define ferror(x) ferror_unlocked (x)
59 # define ferror_unlocked(x) ferror (x) macro
/freebsd-13-stable/include/
H A Dstdio.h348 int ferror_unlocked(FILE *);
518 #define ferror_unlocked(p) __sferror(p) macro

Completed in 65 milliseconds