Searched defs:feof (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/stdio/common/
H A Dfeof.c28 #undef feof macro
32 feof(fp) function
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dfeof.c41 #undef feof macro
44 feof(FILE *iop) function
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h77 #define feof(p) (((p)->_flag&_IOEOF)!=0) macro
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.c74 feof(FILE *stream) function
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h123 extern int feof(FILE *);
170 #define feof(p) (((p)->_flag & _IOEOF) != 0) macro
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h204 extern int feof(FILE *);
239 #define feof(p) ((p)->_flag & _IOEOF) macro
/illumos-gate/usr/src/head/iso/
H A Dstdio_iso.h259 extern int feof(FILE *);
309 inline int feof(FILE *_p) { return _p->_flag & _IOEOF; } function in namespace:std
314 #define feof(p) ((p)->_flag & _IOEOF)
/illumos-gate/usr/src/cmd/sh/
H A Dmode.h98 BOOL feof; member in struct:fileblk
121 BOOL feof; member in struct:filehdr
/illumos-gate/usr/src/boot/include/
H A Dstdio.h239 int feof(FILE *);
493 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast_stdio.h190 extern __MANGLE__ int feof __PROTO__((FILE*));
422 extern __MANGLE__ int feof __PROTO__((FILE*));
557 #define feof(f) sfeof(f) macro
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_stdio.h169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f) macro
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast_stdio.h190 extern __MANGLE__ int feof __PROTO__((FILE*));
422 extern __MANGLE__ int feof __PROTO__((FILE*));
557 #define feof(f) sfeof(f) macro
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_stdio.h169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f) macro
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast_stdio.h190 extern __MANGLE__ int feof __PROTO__((FILE*));
422 extern __MANGLE__ int feof __PROTO__((FILE*));
557 #define feof(f) sfeof(f) macro
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_stdio.h169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f) macro
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_stdio.h190 extern __MANGLE__ int feof __PROTO__((FILE*));
422 extern __MANGLE__ int feof __PROTO__((FILE*));
557 #define feof(f) sfeof(f) macro
586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_stdio.h169 extern __MANGLE__ int feof __PROTO__((FILE*));
401 extern __MANGLE__ int feof __PROTO__((FILE*));
536 #define feof(f) sfeof(f) macro
565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
/illumos-gate/usr/src/man/man3c/
H A DMakefile785 feof.3c \
1693 feof.3c := LINKSRC = ferror.3c

Completed in 109 milliseconds