Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c856 int altfd; in _file_get() local
865 altfd = _xftab[IOPIND(iop)]._altfd; in _file_get()
867 altfd = FILEx(iop)->_xdat._altfd; in _file_get()
883 return (altfd); in _file_get()