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.
58 * This file contains the front-end of the BSD Print Protocol adaptor. This
225 case 'f': /* RFC-1179 ASCII file (print) */
230 case 'l': /* RFC-1179 CATV file (print) */
235 case 'o': /* RFC-1179 Postscript file (print) */
238 case 'p': /* RFC-1179 PR file (print) */
243 case 't': /* RFC-1179 TROFF file (print) */
246 case 'n': /* RFC-1179 DITROFF file (print) */
249 case 'd': /* RFC-1179 DVI file (print) */
252 case 'g': /* RFC-1179 GRAPH file (print) */
255 case 'c': /* RFC-1179 CIF file (print) */
258 case 'v': /* RFC-1179 RASTER file (print) */
261 case 'r': /* RFC-1179 FORTRAN file (print) */
442 char file[] = "lpdXXXXXX";
446 if ((fd = mkstemp(file)) < 0) {
458 unlink(file);
468 unlink(file);
480 unlink(file);
485 return (strdup(file));
492 char *file, **files = NULL; /* the job data files */
509 case 0x02: { /* Receive control file */
527 case 0x03: { /* Receive data file */
528 file = receive_data_file(ifp, ofp, atoi(&buf[1]));
529 if (file == NULL) {
533 list_append(&files, file);