Home
last modified time | relevance | path

Searched defs:feof (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfeof.c42 feof(FILE *iop) in feof() function
/illumos-gate/usr/src/cmd/cron/
H A Datt2.l43 #define feof(x) (*argp?0:1) macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h309 inline int feof(FILE *_p) { return _p->_flag & _IOEOF; } in feof() function
314 #define feof(p) ((p)->_flag & _IOEOF) macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h239 #define feof(p) ((p)->_flag & _IOEOF) macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c74 feof(FILE *stream) in feof() function
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h98 BOOL feof; member
121 BOOL feof; member
/illumos-gate/usr/src/boot/include/
H A Dstdio.h493 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro