Home
last modified time | relevance | path

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

/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h139 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 Dstdio_iso.h93 typedef __FILE FILE;
156 extern __FILE __iob[_NFILE];
H A Dwchar_c99.h64 extern int vfwscanf(__FILE *_RESTRICT_KYWD, const wchar_t *_RESTRICT_KYWD,
/illumos-gate/usr/src/lib/libc/inc/
H A Dfile64.h63 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 Dstdio_tag.h38 #define __FILE_TAG __FILE
40 typedef struct __FILE_TAG __FILE; typedef
H A Duser_attr.h39 struct __FILE; /* structure tag for type FILE defined in stdio.h */
136 extern userattr_t *fgetuserattr(struct __FILE *);
H A Dfloatingpoint.h53 typedef __FILE FILE;
H A Dfenv.h190 typedef __FILE FILE;
H A Dxlocale.h116 typedef __FILE FILE;
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmbfs_acl.h92 struct __FILE;
93 void smbfs_acl_print_sd(struct __FILE *, struct i_ntsd *);
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h128 typedef __FILE FILE;
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dstdio24 #if !defined(__FILE) && !__CYGWIN__
25 #undef __FILE
26 #define __FILE FILE
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dstdio85 #if !defined(__FILE) && !__CYGWIN__
86 #undef __FILE
87 #define __FILE FILE
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dstdio85 #if !defined(__FILE) && !__CYGWIN__
86 #undef __FILE
87 #define __FILE FILE
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dstdio85 #if !defined(__FILE) && !__CYGWIN__
86 #undef __FILE
87 #define __FILE FILE
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dstdio85 #if !defined(__FILE) && !__CYGWIN__
86 #undef __FILE
87 #define __FILE FILE
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE660 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