/titanic_51/usr/src/lib/libc/port/stdio/ |
H A D | ferror.c | 44 ferror(FILE *iop) in ferror() function
|
/titanic_51/usr/src/lib/libbc/libc/stdio/common/ |
H A D | ferror.c | 31 ferror(fp) in ferror() function
|
/titanic_51/usr/src/head/iso/ |
H A D | stdio_iso.h | 310 inline int ferror(FILE *_p) { return _p->_flag & _IOERR; } in ferror() function 315 #define ferror(p) ((p)->_flag & _IOERR) macro
|
/titanic_51/usr/src/lib/libbc/inc/include/ |
H A D | stdio.h | 78 #define ferror(p) (((p)->_flag&_IOERR)!=0) macro
|
/titanic_51/usr/src/ucbhead/ |
H A D | stdio.h | 240 #define ferror(p) ((p)->_flag & _IOERR) macro
|
/titanic_51/usr/src/lib/libbc/inc/5include/ |
H A D | stdio.h | 171 #define ferror(p) (((p)->_flag & _IOERR) != 0) macro
|
/titanic_51/usr/src/stand/lib/sa/ |
H A D | stdio.c | 83 ferror(FILE *stream) in ferror() function
|
/titanic_51/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f) macro 566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 558 #define ferror(f) sferror(f) macro 587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 558 #define ferror(f) sferror(f) macro 587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 558 #define ferror(f) sferror(f) macro 587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f) macro 566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f) macro 566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 558 #define ferror(f) sferror(f) macro 587 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 537 #define ferror(f) sferror(f) macro 566 #define ferror(f) (_sf_(f)->_flags&_SF_ERROR) macro
|
/titanic_51/usr/src/boot/include/ |
H A D | stdio.h | 494 #define ferror(p) (!__isthreaded ? __sferror(p) : (ferror)(p)) macro
|