/titanic_41/usr/src/lib/libc/port/stdio/ |
H A D | feof.c | 44 feof(FILE *iop) in feof() function
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | feof.c | 32 feof(fp) in feof() function
|
/titanic_41/usr/src/cmd/cron/ |
H A D | att2.l | 43 #define feof(x) (*argp?0:1) macro
|
/titanic_41/usr/src/head/iso/ |
H A D | stdio_iso.h | 308 inline int feof(FILE *_p) { return _p->_flag & _IOEOF; } in feof() function 313 #define feof(p) ((p)->_flag & _IOEOF) macro
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 77 #define feof(p) (((p)->_flag&_IOEOF)!=0) macro
|
/titanic_41/usr/src/ucbhead/ |
H A D | stdio.h | 242 #define feof(p) ((p)->_flag & _IOEOF) macro
|
/titanic_41/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 170 #define feof(p) (((p)->_flag & _IOEOF) != 0) macro
|
/titanic_41/usr/src/stand/lib/sa/ |
H A D | stdio.c | 74 feof(FILE *stream) in feof() function
|
/titanic_41/usr/src/cmd/sh/ |
H A D | mode.h | 98 BOOL feof; member 121 BOOL feof; member
|
/titanic_41/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 557 #define feof(f) sfeof(f) macro 586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f) macro 565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f) macro 565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f) macro 565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 557 #define feof(f) sfeof(f) macro 586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 557 #define feof(f) sfeof(f) macro 586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 536 #define feof(f) sfeof(f) macro 565 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|
/titanic_41/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 557 #define feof(f) sfeof(f) macro 586 #define feof(f) (_sf_(f)->_flags&_SF_EOF) macro
|