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
58 getrequest (file)
59 char *file;
74 * Full pathname? If so the file must lie in LP's
77 if (*file == '/') {
78 if (!STRNEQU(file, Lp_Tmp, strlen(Lp_Tmp))) {
82 path = Strdup(file);
89 } else if (strchr(file, '/')) {
90 if (!(path = makepath(Lp_Tmp, file, (char *)0)))
98 } else if (!(path = makepath(Lp_Temp, file, (char *)0)))