Lines Matching refs:FILE
63 #define FPDECL(fp) FILE *fp
69 #define xFILE FILE
73 #define FPDECL(fp) FILE *fp; xFILE *x##fp
84 FILE _iob; /* must be first! */
147 static FILE *getiop(FILE *, rmutex_t *, mbstate_t *);
226 FILE *
235 FILE iob[FILE_ARY_SZ]; in _findiop()
281 FILE *ret; in _findiop()
392 isseekable(FILE *iop) in isseekable()
436 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
446 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend()
465 getxfdat(FILE *iop) in getxfdat()
476 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
496 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend()
513 _reallock(FILE *iop) in _reallock()
525 _bufsync(FILE *iop, Uchar *bufend) in _bufsync()
539 _xflsbuf(FILE *iop) in _xflsbuf()
576 fflush(FILE *iop) in fflush()
671 _fflush_u(FILE *iop) in _fflush_u()
698 fclose_helper(FILE *iop, boolean_t doclose) in fclose_helper()
736 fclose(FILE *iop) in fclose()
762 fdclose(FILE *iop, int *fdp) in fdclose()
820 close_fd(FILE *iop) in close_fd()
845 static FILE *
846 getiop(FILE *fp, rmutex_t *lk, mbstate_t *mb) in getiop()
879 _getmbstate(FILE *iop) in _getmbstate()
901 _file_get(FILE *iop) in _file_get()
934 _file_set(FILE *iop, int fd, const char *type) in _file_set()
999 get_stdops(FILE *iop) in get_stdops()
1010 set_stdops(FILE *iop, stdio_ops_t *ops) in set_stdops()
1024 clr_stdops(FILE *iop) in clr_stdops()
1036 _xread(FILE *iop, void *buf, size_t nbytes) in _xread()
1047 _xwrite(FILE *iop, const void *buf, size_t nbytes) in _xwrite()
1057 _xseek(FILE *iop, off_t off, int whence) in _xseek()
1068 _xseek64(FILE *iop, off64_t off, int whence) in _xseek64()
1089 _xclose(FILE *iop) in _xclose()
1100 _xdata(FILE *iop) in _xdata()
1111 _xassoc(FILE *iop, fread_t readf, fwrite_t writef, fseek_t seekf, in _xassoc()
1134 _xunassoc(FILE *iop) in _xunassoc()
1145 _get_fd(FILE *iop) in _get_fd()