Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/libc/port/stdio/
H A Dfeof.c44 feof(FILE *iop) in feof() function
/titanic_52/usr/src/lib/libbc/libc/stdio/common/
H A Dfeof.c32 feof(fp) in feof() function
/titanic_52/usr/src/cmd/cron/
H A Datt2.l43 #define feof(x) (*argp?0:1) macro
/titanic_52/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
/titanic_52/usr/src/lib/libbc/inc/include/
H A Dstdio.h77 #define feof(p) (((p)->_flag&_IOEOF)!=0) macro
/titanic_52/usr/src/ucbhead/
H A Dstdio.h239 #define feof(p) ((p)->_flag & _IOEOF) macro
/titanic_52/usr/src/lib/libbc/inc/5include/
H A Dstdio.h170 #define feof(p) (((p)->_flag & _IOEOF) != 0) macro
/titanic_52/usr/src/stand/lib/sa/
H A Dstdio.c74 feof(FILE *stream) in feof() function
/titanic_52/usr/src/cmd/sh/
H A Dmode.h98 BOOL feof; member
121 BOOL feof; member
/titanic_52/usr/src/boot/include/
H A Dstdio.h493 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro