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

/osnet-11/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; typedef in typeref:struct:xFILE
89 #define FILEx(fp) ((struct xFILE *)(uintptr_t)fp)
103 xFILE *iobp; /* the array of (x)FILE's */
114 * In 32 bit processes, we don't have xFILE[FILE_ARY_SZ] but FILE[],
237 xFILE iob[FILE_ARY_SZ];
240 xFILE iob[FILE_ARY_SZ];
329 * safe to dereference ((xFILE*)f
[all...]

Completed in 674 milliseconds