Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c868 int altfd; in _file_get() local
877 altfd = _xftab[IOPIND(iop)]._altfd; in _file_get()
879 altfd = FILEx(iop)->_xdat._altfd; in _file_get()
895 return (altfd); in _file_get()