Searched refs:__FILE (Results 1 – 17 of 17) sorted by relevance
| /illumos-gate/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,
|
| /illumos-gate/usr/src/lib/libc/inc/ |
| H A D | file64.h | 63 typedef ssize_t (*fread_t)(__FILE *, char *, size_t); 64 typedef ssize_t (*fwrite_t)(__FILE *, const char *, size_t); 65 typedef off_t (*fseek_t)(__FILE *, off_t, int); 66 typedef int (*fclose_t)(__FILE *);
|
| /illumos-gate/usr/src/head/ |
| H A D | stdio_tag.h | 38 #define __FILE_TAG __FILE 40 typedef struct __FILE_TAG __FILE; typedef
|
| H A D | user_attr.h | 39 struct __FILE; /* structure tag for type FILE defined in stdio.h */ 136 extern userattr_t *fgetuserattr(struct __FILE *);
|
| H A D | floatingpoint.h | 53 typedef __FILE FILE;
|
| H A D | fenv.h | 190 typedef __FILE FILE;
|
| H A D | xlocale.h | 116 typedef __FILE FILE;
|
| /illumos-gate/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 *);
|
| /illumos-gate/usr/src/ucbhead/ |
| H A D | stdio.h | 128 typedef __FILE FILE;
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
| H A D | stdio | 24 #if !defined(__FILE) && !__CYGWIN__ 25 #undef __FILE 26 #define __FILE FILE
|
| /illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
| H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
| /illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
| H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
| /illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
| H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
| /illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
| H A D | stdio | 85 #if !defined(__FILE) && !__CYGWIN__ 86 #undef __FILE 87 #define __FILE FILE
|
| /illumos-gate/usr/src/contrib/ast/src/lib/libast/ |
| H A D | RELEASE | 660 04-03-17 features/stdio: no __FILE override for __CYGWIN_ (sys/reent.h clash) 1250 00-10-26 features/stdio: add _FILE and __FILE for gnu
|