Lines Matching defs:file
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.
77 static BOOL EmitFile(FILE *file);
134 * via the named pipe, and the file label can be determined
237 /* Emit parameters derived from the SL and IL of the file being printed. */
339 EmitFile(FILE *file)
345 while ((len = fread(buf, 1, BUFLEN, file)) > 0) {
349 if (!feof(file))
359 FILE *file;
370 file = fopen(path, "r");
371 if (file == NULL) {
373 gettext("%s: Error opening PostScript file %s. %s.\n"),
378 emitted = EmitFile(file);
379 (void) fclose(file);
382 "%s: Error copying PostScript file %s to stdout.\n"),
404 /* read switch arguments once to get error log file */
414 gettext("Cannot open log file %s\n"),