Searched refs:_get_fd (Results 1 – 9 of 9) sorted by relevance
403 fd = _get_fd(iop); in isseekable()765 int fd = _get_fd(iop); in fdclose()1043 return (read(_get_fd(iop), buf, nbytes)); in _xread()1053 return (write(_get_fd(iop), buf, nbytes)); in _xwrite()1064 return (lseek(_get_fd(iop), off, whence)); in _xseek()1085 return (lseek64(_get_fd(iop), off, whence)); in _xseek64()1096 return (close(_get_fd(iop))); in _xclose()1145 _get_fd(FILE *iop) in _get_fd() function
44 return (_get_fd(iop)); in fileno()
67 if (_get_fd(iop) == -1) { in ftell_common()
58 int fd = _get_fd(iop); in _findbuf()
50 int fno = _get_fd(iop); /* file number */ in setbuf()
48 int fd = _get_fd(iop); in setvbuf()
98 if (_get_fd(iop) == -1) { in _freopen_null()
280 function called _get_fd(). This function knows how to handle the special
183 extern int _get_fd(FILE *);