Lines Matching defs:file
4 * The contents of this file are subject to the terms of the
6 * (the "License"). You may not use this file except in compliance
15 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
43 * file - __FILE of calling module
47 assert(s1, s2, i1, file, line)
48 char *s1, *s2, *file;
50 logError(s1, s2, i1, TY_ASSERT, file, line);
60 errent(s1, s2, i1, file, line)
61 char *s1, *s2, *file;
63 logError(s1, s2, i1, TY_ERROR, file, line);
70 logError(s1, s2, i1, type, file, line)
71 char *s1, *s2, *file;
89 Progname, (long) pid, timeStamp(), s1, s2, i1, file, line);
132 * file with a specific prefix in a single directory, usually
156 register char * namePrefix; /* Points to file name part */
161 /* Separate prefix into directory part and file name part. */
166 ASSERT(namePrefix != NULL, "No file name in", prefix, 0);
192 char fullname[MAXNAMESIZE], file[MAXNAMESIZE];
197 while (gnamef(pdir, file) == TRUE)
198 if (PREFIX(prefix, file)) {
199 (void) sprintf(fullname, "%s/%s", dir, file);