Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libc/port/stdio/
H A Dflush.c65 #define xFILE FILE macro
69 #define FPDECL(fp) FILE *fp; xFILE *x##fp
79 typedef struct xFILE { struct
82 } xFILE; argument
89 #define FILEx(fp) ((struct xFILE *)(uintptr_t)fp)
103 xFILE *iobp; /* the array of (x)FILE's */
237 xFILE iob[FILE_ARY_SZ]; in _findiop()
240 xFILE iob[FILE_ARY_SZ]; in _findiop()
345 delta % sizeof (struct xFILE) == in _findiop()