Searched refs:__sfeof (Results 1 - 7 of 7) sorted by relevance

/freebsd-current/lib/libc/stdio/
H A Dfeof.c49 ret= __sfeof(fp);
58 return (__sfeof(fp));
H A Dgetdelim.c128 if (!__sfeof(fp) || expandtofit(linep, 1, linecapp))
141 if (__sfeof(fp))
H A Dfgetwc.c103 if (__sfeof(fp)) {
H A Dfgets.c76 if (!__sfeof(fp) || s == buf) {
H A Dfgetws.c101 if (sret && !__sfeof(fp))
H A Dfgetln.c130 if (__sfeof(fp))
/freebsd-current/include/
H A Dstdio.h490 #define __sfeof(p) (((p)->_flags & __SEOF) != 0) macro
496 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p))
516 #define feof_unlocked(p) __sfeof(p)

Completed in 167 milliseconds