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.
38 canonize(char *file)
44 for (pt = file; *pt; /* void */) {
58 if (pt <= file)
60 while ((*--pt != '/') && (pt > file))
76 if ((--pt > file) && (*pt == '/'))
81 canonize_slashes(char *file)
86 for (pt = file; *pt; /* void */) {
95 if ((--pt > file) && (*pt == '/'))