HomeSort by relevance Sort by last modified time
    Searched defs:FILE (Results 1 - 25 of 32) sorted by null

1 2

  /onnv/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
Makefile 4 # The contents of this file are subject to the terms of the
6 # (the "License"). You may not use this file except in compliance
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
29 # only installs an already-built a.out ld.so file
34 FILE= ld.so
35 ROOTFILE= $(ROOTLIBDIR)/$(FILE)
40 $(INS.file)
  /onnv/onnv-gate/usr/src/tools/scripts/
onbld_elfmod.pm 6 # The contents of this file are subject to the terms of the
8 # You may not use this file except in compliance with the License.
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
36 use File::Basename;
40 # Read the next non-empty line from the given file handle reference
44 # FileHandleRef - Reference to open file handle to read from
96 # Locate the exceptions file and process its contents. This function can be
114 # that allows the user to specify an exception file
120 # expressions specified by the exception file. If a given exceptio
    [all...]
interface_cmp.pl 5 # The contents of this file are subject to the terms of the
7 # You may not use this file except in compliance with the License.
15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49 use File::Basename;
76 # Locate the exceptions file and process its contents. We can't use
89 my $file;
94 # Locate the exception file
95 FILE: {
96 # If -e is specified, that file must be use
    [all...]
  /onnv/onnv-gate/usr/src/cmd/passmgmt/
Makefile 4 # The contents of this file are subject to the terms of the
6 # You may not use this file except in compliance with the License.
14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28 FILE= datemsk
29 TXTS= $(FILE)
35 ROOTFILE= $(ROOTETC)/$(FILE)
  /onnv/onnv-gate/usr/src/stand/lib/sa/
stdio.h 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
61 int _file; /* file descriptor */
62 ssize_t _len; /* total len of file */
63 ssize_t _offset; /* offset within the file */
64 char _name[256]; /* name of the file (for debugging) */
65 } FILE;
72 extern FILE __iob[_NFILE]
    [all...]
  /onnv/onnv-gate/usr/src/head/iso/
wchar_iso.h 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
145 typedef __FILE FILE;
stdio_iso.h 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
91 typedef __FILE FILE;
208 extern FILE *tmpfile(void);
210 extern int fclose(FILE *);
211 extern int fflush(FILE *);
212 extern FILE *fopen(const char *_RESTRICT_KYWD, const char *_RESTRICT_KYWD);
213 extern FILE *freopen(const char *_RESTRICT_KYWD
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
stdio.h 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
54 #define FILE struct _iobuf
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 *)
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
fakesdio.h 6 * License or the Artistic License, as specified in the README file.
15 #undef FILE
16 #define FILE PerlIO
nostdio.h 6 * License or the Artistic License, as specified in the README file.
20 #if !defined(_STDIO_H) && !defined(FILE) && !defined(_STDIO_INCLUDED) && !defined(__STDIO_LOADED)
25 #define FILE struct _FILE
perlsfio.h 6 * License or the Artistic License, as specified in the README file.
11 #ifndef FILE
12 #define FILE FILE
63 #define PerlIO_importFILE(f,fl) ((void) Perl_croak(aTHX_ "Import from FILE * unimplemented"), NULL)
66 #define PerlIO_exportFILE(f,fl) Perl_croak(aTHX_ "Export to FILE * unimplemented")
67 #define PerlIO_releaseFILE(p,f) Perl_croak(aTHX_ "Release of FILE * unimplemented")
  /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/
stdio.h 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
58 * by POSIX.1) and L_* in <sys/file.h>.
80 * _IOLBF means that a file's output will be buffered line by line
111 } FILE;
116 extern FILE *popen(char *, char *);
120 extern void clearerr(FILE *);
121 extern int fclose(FILE *);
    [all...]
  /onnv/onnv-gate/usr/src/ucbhead/
stdio.h 4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
169 typedef __FILE FILE;
173 extern FILE __iob[_NFILE];
175 extern FILE _iob[_NFILE];
177 extern FILE *_lastbuf;
183 /* Large file interfaces */
210 extern int fclose(FILE *);
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/amd64/include/ast/
ast.h 64 #ifndef FILE
68 #define FILE struct _sfio_s
ast_std.h 59 #ifndef FILE
63 #define FILE struct _sfio_s
84 #undef FILE
ast_stdio.h 96 #undef FILE
103 #define FILE _sfio_FILE
104 #define _FILE FILE
108 #define __FILE FILE
177 #undef FILE
178 #define FILE FILE
179 typedef struct _sfio_s FILE;
184 extern __MANGLE__ int _doprnt __PROTO__((const char*, va_list, FILE*));
185 extern __MANGLE__ int _doscan __PROTO__((FILE*, const char*, va_list))
    [all...]
  /onnv/onnv-gate/usr/src/lib/libast/common/include/
ast.h 55 #ifndef FILE
59 #define FILE struct _sfio_s
ast_std.h 50 #ifndef FILE
54 #define FILE struct _sfio_s
75 #undef FILE
  /onnv/onnv-gate/usr/src/lib/libast/i386/include/ast/
ast.h 64 #ifndef FILE
68 #define FILE struct _sfio_s
ast_std.h 59 #ifndef FILE
63 #define FILE struct _sfio_s
84 #undef FILE
  /onnv/onnv-gate/usr/src/lib/libast/sparc/include/ast/
ast.h 64 #ifndef FILE
68 #define FILE struct _sfio_s
ast_std.h 59 #ifndef FILE
63 #define FILE struct _sfio_s
84 #undef FILE
  /onnv/onnv-gate/usr/src/lib/libast/sparcv9/include/ast/
ast.h 64 #ifndef FILE
68 #define FILE struct _sfio_s
ast_std.h 59 #ifndef FILE
63 #define FILE struct _sfio_s
84 #undef FILE
  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
JDTrace.java 4 * The contents of this file are subject to the terms of the
6 * You may not use this file except in compliance with the License.
14 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
71 FILE
533 "\t-o set output file\n" +
772 File outFile = new File(outFileName);
811 r.type = ProgramType.FILE;
870 case FILE
871 File file = new File(req.s); local
    [all...]

Completed in 780 milliseconds

1 2