Home
last modified time | relevance | path

Searched refs:_get_fd (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c402 fd = _get_fd(iop); in isseekable()
1008 return (read(_get_fd(iop), buf, nbytes)); in _xread()
1018 return (write(_get_fd(iop), buf, nbytes)); in _xwrite()
1029 return (lseek(_get_fd(iop), off, whence)); in _xseek()
1050 return (lseek64(_get_fd(iop), off, whence)); in _xseek64()
1061 return (close(_get_fd(iop))); in _xclose()
1110 _get_fd(FILE *iop) in _get_fd() function
H A Dfileno.c44 return (_get_fd(iop)); in fileno()
H A Dftell.c67 if (_get_fd(iop) == -1) { in ftell_common()
H A D_findbuf.c58 int fd = _get_fd(iop); in _findbuf()
H A Dsetbuf.c50 int fno = _get_fd(iop); /* file number */ in setbuf()
H A Dsetvbuf.c48 int fd = _get_fd(iop); in setvbuf()
H A Dfopen.c98 if (_get_fd(iop) == -1) { in _freopen_null()
H A DREADME.design280 function called _get_fd(). This function knows how to handle the special
/illumos-gate/usr/src/lib/libc/inc/
H A Dstdiom.h183 extern int _get_fd(FILE *);