Home
last modified time | relevance | path

Searched refs:FILENO (Results 1 – 8 of 8) sorted by relevance

/titanic_41/usr/src/lib/libc/port/stdio/
H A Drewind.c58 (void) lseek64(FILENO(iop), 0, SEEK_SET); in _rewind_unlocked()
H A Dftell.c77 tres = lseek64(FILENO(iop), 0, SEEK_CUR); in ftell()
H A Dfseek.c79 p = lseek(FILENO(iop), (off_t)offset, ptrname); in fseek()
H A Dftello.c82 tres = lseek64(FILENO(iop), 0, SEEK_CUR); in ftello64()
H A Dfseeko.c86 p = lseek64(FILENO(iop), offset, ptrname); in fseeko64()
H A Dfopen.c109 fd = FILENO(iop); in _freopen_null()
H A Ddoscan.c836 if (read(FILENO(iop), buf, 1) != 1) in readchar()
/titanic_41/usr/src/lib/libc/inc/
H A Dmtlib.h67 #define FILENO(s) _fileno(s) macro