Lines Matching defs:iop
391 isseekable(FILE *iop) in isseekable()
435 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
445 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend()
464 getxfdat(FILE *iop) in getxfdat()
475 _setbufend(FILE *iop, Uchar *end) /* set the end pointer for this iop */ in _setbufend()
495 _realbufend(FILE *iop) /* get the end pointer for this iop */ in _realbufend()
512 _reallock(FILE *iop) in _reallock()
524 _bufsync(FILE *iop, Uchar *bufend) in _bufsync()
538 _xflsbuf(FILE *iop) in _xflsbuf()
575 fflush(FILE *iop) in fflush()
670 _fflush_u(FILE *iop) in _fflush_u()
697 fclose(FILE *iop) in fclose()
785 close_fd(FILE *iop) in close_fd()
844 _getmbstate(FILE *iop) in _getmbstate()
866 _file_get(FILE *iop) in _file_get()
899 _file_set(FILE *iop, int fd, const char *type) in _file_set()
964 get_stdops(FILE *iop) in get_stdops()
975 set_stdops(FILE *iop, stdio_ops_t *ops) in set_stdops()
989 clr_stdops(FILE *iop) in clr_stdops()
1001 _xread(FILE *iop, void *buf, size_t nbytes) in _xread()
1012 _xwrite(FILE *iop, const void *buf, size_t nbytes) in _xwrite()
1022 _xseek(FILE *iop, off_t off, int whence) in _xseek()
1033 _xseek64(FILE *iop, off64_t off, int whence) in _xseek64()
1054 _xclose(FILE *iop) in _xclose()
1065 _xdata(FILE *iop) in _xdata()
1076 _xassoc(FILE *iop, fread_t readf, fwrite_t writef, fseek_t seekf, in _xassoc()
1099 _xunassoc(FILE *iop) in _xunassoc()
1110 _get_fd(FILE *iop) in _get_fd()