Searched defs:FILE (Results 1 - 25 of 33) sorted by relevance

12

/illumos-gate/usr/src/cmd/sgs/rtld.4.x/
H A DMakefile34 FILE= ld.so macro
35 ROOTFILE= $(ROOTLIBDIR)/$(FILE)
/illumos-gate/usr/src/head/
H A Dxlocale.h101 typedef __FILE FILE; typedef
104 extern wint_t fgetwc_l(FILE *, locale_t);
105 extern wint_t getwc_l(FILE *, locale_t);
H A Dfloatingpoint.h62 typedef __FILE FILE; typedef
176 FILE *, int *));
H A Dfenv.h198 typedef __FILE FILE; typedef
201 extern FILE *fex_get_log __P((void));
202 extern int fex_set_log __P((FILE *));
/illumos-gate/usr/src/cmd/passmgmt/
H A DMakefile27 FILE= datemsk macro
28 TXTS= $(FILE)
33 ROOTFILE= $(ROOTETC)/$(FILE)
/illumos-gate/usr/src/tools/scripts/
H A Donbld_elfmod.pm146 FILE: { label
150 last FILE;
157 last FILE if (-f $file);
168 last FILE if (-f $file);
H A Dinterface_cmp.pl94 FILE: { label
98 last FILE;
105 last FILE if (-f $file);
116 last FILE if (-f $file);
318 open(FILE, $file) || die "$Prog: Unable to open: $file";
323 while ($Line = onbld_elfmod::GetLine(\*FILE, \$LineNum)) {
334 while ($Line = onbld_elfmod::GetLine(\*FILE, \$LineNum)) {
394 close FILE;
/illumos-gate/usr/src/stand/lib/sa/
H A Dstdio.h65 } FILE; typedef in typeref:struct:__anon4431
72 extern FILE __iob[_NFILE];
74 extern int fclose(FILE *);
75 extern int feof(FILE *);
76 extern int fflush(FILE *);
77 extern int ferror(FILE *);
78 extern void clearerr(FILE *);
80 extern char *fgets(char *, int, FILE *);
81 extern FILE *fopen(const char *, const char *);
82 extern size_t fread(void *, size_t, size_t, FILE *);
[all...]
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdio.h54 #define FILE struct _iobuf macro
62 extern int putc(int, FILE *);
63 extern int getc(FILE *);
81 extern FILE *fopen(char *, char *);
82 extern FILE *fdopen(int, char *);
83 extern FILE *freopen(char *, char *, FILE *);
84 extern FILE *popen(char *, char *);
85 extern FILE *tmpfile(void);
86 extern long ftell(FILE *);
[all...]
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java70 FILE enum constant in enum:JDTrace.ProgramType
816 r.type = ProgramType.FILE;
875 case FILE:
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdio.h111 } FILE; typedef in typeref:struct:__anon2749
116 extern FILE *popen(char *, char *);
120 extern void clearerr(FILE *);
121 extern int fclose(FILE *);
122 extern FILE *fdopen(int, char *);
123 extern int feof(FILE *);
124 extern int ferror(FILE *);
125 extern int fflush(FILE *);
126 extern int fgetc(FILE *);
127 extern int fileno(FILE *);
[all...]
/illumos-gate/usr/src/head/iso/
H A Dwchar_iso.h139 typedef __FILE FILE; typedef in namespace:std
H A Dstdio_iso.h93 typedef __FILE FILE; typedef in namespace:std
193 extern FILE *tmpfile(void);
195 extern int fclose(FILE *);
196 extern int fflush(FILE *);
197 extern FILE *fopen(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
198 extern FILE *freopen(const char *_RESTRICT_KYWD,
199 const char *_RESTRICT_KYWD, FILE *_RESTRICT_KYWD);
200 extern void setbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD);
201 extern int setvbuf(FILE *_RESTRICT_KYWD, char *_RESTRICT_KYWD, int,
204 extern int fprintf(FILE *_RESTRICT_KYW
[all...]
/illumos-gate/usr/src/ucbhead/
H A Dstdio.h128 typedef __FILE FILE; typedef
131 extern FILE __iob[_NFILE];
132 extern FILE *_lastbuf;
162 extern int fclose(FILE *);
163 extern int fflush(FILE *);
164 extern FILE *fopen(const char *, const char *);
165 extern FILE *freopen(const char *, const char *, FILE *);
166 extern void setbuf(FILE *, char *);
167 extern void setbuffer(FILE *, cha
[all...]
/illumos-gate/usr/src/lib/libast/amd64/include/ast/
H A Dast.h64 #ifndef FILE
68 #define FILE struct _sfio_s macro
H A Dast_std.h59 #ifndef FILE
63 #define FILE struct _sfio_s macro
84 #undef FILE macro
/illumos-gate/usr/src/lib/libast/common/include/
H A Dast.h55 #ifndef FILE
59 #define FILE struct _sfio_s macro
H A Dast_std.h50 #ifndef FILE
54 #define FILE struct _sfio_s macro
75 #undef FILE macro
/illumos-gate/usr/src/lib/libast/i386/include/ast/
H A Dast.h64 #ifndef FILE
68 #define FILE struct _sfio_s macro
H A Dast_std.h59 #ifndef FILE
63 #define FILE struct _sfio_s macro
84 #undef FILE macro
/illumos-gate/usr/src/lib/libast/sparc/include/ast/
H A Dast.h64 #ifndef FILE
68 #define FILE struct _sfio_s macro
H A Dast_std.h59 #ifndef FILE
63 #define FILE struct _sfio_s macro
84 #undef FILE macro
/illumos-gate/usr/src/lib/libast/sparcv9/include/ast/
H A Dast.h64 #ifndef FILE
68 #define FILE struct _sfio_s macro
H A Dast_std.h59 #ifndef FILE
63 #define FILE struct _sfio_s macro
84 #undef FILE macro
/illumos-gate/usr/src/boot/include/
H A Dstdio.h114 short _flags; /* (*) flags, below; this FILE is free if 0 */
151 typedef struct __sFILE FILE; typedef in typeref:struct:__sFILE
155 extern FILE *__stdinp;
156 extern FILE *__stdoutp;
157 extern FILE *__stderrp;
237 void clearerr(FILE *);
238 int fclose(FILE *);
239 int feof(FILE *);
240 int ferror(FILE *);
241 int fflush(FILE *);
[all...]

Completed in 100 milliseconds

12