Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c89 #define FILEx(fp) ((struct xFILE *)(uintptr_t)fp) macro
449 (xfp)->xmagic == XMAGIC(FILEx(xfp)))
456 else if (VALIDXFILE(FILEx(iop))) in getxfdat()
457 return (&FILEx(iop)->_xdat); in getxfdat()
502 if (VALIDXFILE(FILEx(iop))) in _reallock()
503 return (&FILEx(iop)->xlock); in _reallock()
866 else if (VALIDXFILE(FILEx(iop))) in _file_get()
867 altfd = FILEx(iop)->_xdat._altfd; in _file_get()