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

/freebsd-13-stable/lib/libc/stdio/
H A Dfeof.c47 #undef feof_unlocked macro
61 feof_unlocked(FILE *fp) function
H A DMakefile.inc49 ferror.3 feof.3 ferror.3 feof_unlocked.3 \
/freebsd-13-stable/contrib/diff/lib/
H A Dunlocked-io.h51 # define feof(x) feof_unlocked (x)
53 # define feof_unlocked(x) feof (x) macro
/freebsd-13-stable/include/
H A Dstdio.h347 int feof_unlocked(FILE *);
517 #define feof_unlocked(p) __sfeof(p) macro

Completed in 98 milliseconds