Symbol: __FILE
usr/src/head/fenv.h
190
typedef __FILE FILE;
usr/src/head/floatingpoint.h
53
typedef __FILE FILE;
usr/src/head/iso/stdio_iso.h
156
extern __FILE __iob[_NFILE];
usr/src/head/iso/stdio_iso.h
93
typedef __FILE FILE;
usr/src/head/iso/wchar_c99.h
64
extern int vfwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
139
typedef __FILE FILE;
usr/src/head/iso/wchar_iso.h
182
extern wint_t __fgetwc_xpg5(__FILE *);
usr/src/head/iso/wchar_iso.h
183
extern wint_t __getwc_xpg5(__FILE *);
usr/src/head/iso/wchar_iso.h
185
extern wint_t __fputwc_xpg5(wint_t, __FILE *);
usr/src/head/iso/wchar_iso.h
186
extern wint_t __putwc_xpg5(wint_t, __FILE *);
usr/src/head/iso/wchar_iso.h
189
__FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
190
extern int __fputws_xpg5(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
191
extern wint_t __ungetwc_xpg5(wint_t, __FILE *);
usr/src/head/iso/wchar_iso.h
205
extern wint_t fgetwc(__FILE *);
usr/src/head/iso/wchar_iso.h
206
extern wchar_t *fgetws(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
207
extern wint_t fputwc(wint_t, __FILE *);
usr/src/head/iso/wchar_iso.h
208
extern int fputws(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD);
usr/src/head/iso/wchar_iso.h
209
extern wint_t ungetwc(wint_t, __FILE *);
usr/src/head/iso/wchar_iso.h
210
extern wint_t getwc(__FILE *);
usr/src/head/iso/wchar_iso.h
212
extern wint_t putwc(wint_t, __FILE *);
usr/src/head/iso/wchar_iso.h
284
extern int fwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
286
extern int fwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/iso/wchar_iso.h
288
extern int fwide(__FILE *, int);
usr/src/head/iso/wchar_iso.h
300
extern int vfwprintf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
usr/src/head/stdio_tag.h
38
#define __FILE_TAG __FILE
usr/src/head/user_attr.h
136
extern userattr_t *fgetuserattr(struct __FILE *);
usr/src/head/user_attr.h
39
struct __FILE; /* structure tag for type FILE defined in stdio.h */
usr/src/head/xlocale.h
116
typedef __FILE FILE;
usr/src/lib/libc/inc/file64.h
63
typedef ssize_t (*fread_t)(__FILE *, char *, size_t);
usr/src/lib/libc/inc/file64.h
64
typedef ssize_t (*fwrite_t)(__FILE *, const char *, size_t);
usr/src/lib/libc/inc/file64.h
65
typedef off_t (*fseek_t)(__FILE *, off_t, int);
usr/src/lib/libc/inc/file64.h
66
typedef int (*fclose_t)(__FILE *);
usr/src/lib/libsmbfs/netsmb/smbfs_acl.h
92
struct __FILE;
usr/src/lib/libsmbfs/netsmb/smbfs_acl.h
93
void smbfs_acl_print_sd(struct __FILE *, struct i_ntsd *);
usr/src/ucbhead/stdio.h
128
typedef __FILE FILE;