Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/stdio/
H A Dflush.c68 #define xFILE FILE macro
72 #define FPDECL(fp) FILE *fp; xFILE *x##fp
82 typedef struct xFILE { struct
85 } xFILE; argument
92 #define FILEx(fp) ((struct xFILE *)(uintptr_t)fp)
106 xFILE *iobp; /* the array of (x)FILE's */
240 xFILE iob[FILE_ARY_SZ]; in _findiop()
243 xFILE iob[FILE_ARY_SZ]; in _findiop()
348 delta % sizeof (struct xFILE) == in _findiop()