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

/freebsd-current/lib/libc/stdio/
H A Dferror.c41 #undef ferror_unlocked macro
55 ferror_unlocked(FILE *fp) function
H A DMakefile.inc46 MLINKS+=ferror.3 ferror_unlocked.3 \
/freebsd-current/contrib/diff/lib/
H A Dunlocked-io.h57 # define ferror(x) ferror_unlocked (x)
59 # define ferror_unlocked(x) ferror (x) macro
/freebsd-current/include/
H A Dstdio.h345 int ferror_unlocked(FILE *);
517 #define ferror_unlocked(p) __sferror(p) macro

Completed in 59 milliseconds