Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c100 #define XMAGIC(xfp) ((uintptr_t)(xfp) ^ XFILEMAGIC) macro
373 xfp[i].xmagic = XMAGIC(&xfp[i]); in _findiop()
461 (xfp)->xmagic == XMAGIC(FILEx(xfp)))