Lines Matching refs:file
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.
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 exception
130 my $file;
145 # Locate the exception file
147 # If -e is specified, that file must be used
149 $file = $main::opt{e};
154 # file found in the exceptions_list directory.
156 $file = "$ENV{CODEMGR_WS}/exception_lists/$name";
157 last FILE if (-f $file);
161 # copy of the exception file. This can be useful if we
165 # while the exception file is in etc/exception_lists. Find
167 $file = dirname($0) . "/../etc/exception_lists/$name";
168 last FILE if (-f $file);
170 # No exception file was found.
174 open (EFILE, $file) ||
175 die "$name: unable to open exceptions file: $file";
201 printf(STDERR "$file: Unrecognized option: ".
206 # Every exception that we encountered in the file exists
243 # FileHandleRef - File handle to output file
289 # and CDDL, such that the file will pass ON copyright/CDDL rules if it is