Lines Matching refs: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.
55 char * file,
59 putrequest (file, reqbufp)
60 char *file;
88 * Now open the file and write out the request.
92 * Full pathname? If so the file must lie in LP's
95 if (*file == '/') {
96 if (!STRNEQU(file, Lp_Tmp, strlen(Lp_Tmp))) {
100 path = Strdup(file);
107 } else if (strchr(file, '/')) {
108 if (!(path = makepath(Lp_Tmp, file, (char *)0)))
116 } else if (!(path = makepath(Lp_Temp, file, (char *)0)))