/titanic_44/usr/src/head/iso/ |
H A D | wchar_iso.h | 139 typedef __FILE FILE; 182 extern wint_t __fgetwc_xpg5(__FILE *); 183 extern wint_t __getwc_xpg5(__FILE *); 185 extern wint_t __fputwc_xpg5(wint_t, __FILE *); 186 extern wint_t __putwc_xpg5(wint_t, __FILE *); 189 __FILE *_RESTRICT_KYWD); 190 extern int __fputws_xpg5(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD); 191 extern wint_t __ungetwc_xpg5(wint_t, __FILE *); 205 extern wint_t fgetwc(__FILE *); 206 extern wchar_t *fgetws(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD); [all …]
|
H A D | stdio_iso.h | 93 typedef __FILE FILE; 156 extern __FILE __iob[_NFILE];
|
H A D | wchar_c99.h | 64 extern int vfwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
|
/titanic_44/usr/src/head/ |
H A D | stdio_tag.h | 40 #define __FILE_TAG __FILE 42 typedef struct __FILE_TAG __FILE; typedef
|
H A D | user_attr.h | 38 struct __FILE; /* structure tag for type FILE defined in stdio.h */ 136 extern userattr_t *fgetuserattr(struct __FILE *);
|
H A D | xlocale.h | 101 typedef __FILE FILE;
|
H A D | floatingpoint.h | 62 typedef __FILE FILE;
|
H A D | fenv.h | 198 typedef __FILE FILE;
|
/titanic_44/usr/src/lib/libsmbfs/netsmb/ |
H A D | smbfs_acl.h | 92 struct __FILE; 93 void smbfs_acl_print_sd(struct __FILE *, struct i_ntsd *);
|
/titanic_44/usr/src/ucbhead/ |
H A D | stdio.h | 128 typedef __FILE FILE;
|
/titanic_44/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_stdio.h | 106 #if !defined(__FILE) && !__CYGWIN__ 107 #undef __FILE 108 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_stdio.h | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_stdio.h | 106 #if !defined(__FILE) && !__CYGWIN__ 107 #undef __FILE 108 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_stdio.h | 106 #if !defined(__FILE) && !__CYGWIN__ 107 #undef __FILE 108 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_stdio.h | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_stdio.h | 106 #if !defined(__FILE) && !__CYGWIN__ 107 #undef __FILE 108 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_stdio.h | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_stdio.h | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE macro
|
/titanic_44/usr/src/lib/libast/common/features/ |
H A D | stdio | 24 #if !defined(__FILE) && !__CYGWIN__ 25 #undef __FILE 26 #define __FILE FILE
|
/titanic_44/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
/titanic_44/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
/titanic_44/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
/titanic_44/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
/titanic_44/usr/src/lib/libc/port/ |
H A D | llib-lc | 221 wint_t __fgetwc_xpg5(__FILE *); 222 wint_t __getwc_xpg5(__FILE *); 224 wint_t __fputwc_xpg5(wint_t, __FILE *); 225 wint_t __putwc_xpg5(wint_t, __FILE *); 227 wchar_t *__fgetws_xpg5(wchar_t *_RESTRICT_KYWD, int, __FILE *_RESTRICT_KYWD); 228 int __fputws_xpg5(const wchar_t *_RESTRICT_KYWD, __FILE *_RESTRICT_KYWD); 229 wint_t __ungetwc_xpg5(wint_t, __FILE *);
|
/titanic_44/usr/src/lib/libast/common/ |
H A D | RELEASE | 472 04-03-17 features/stdio: no __FILE override for __CYGWIN_ (sys/reent.h clash) 1062 00-10-26 features/stdio: add _FILE and __FILE for gnu
|