Lines Matching defs:prefix
132 * file with a specific prefix in a single directory, usually
134 * path prefix, and countProcs will count the number of files that begin
135 * with the prefix and compare the count to the allowable maximum.
139 * prefix - A full path prefix for lock files that identify
150 countProcs (prefix, maxCount)
152 char * prefix;
161 /* Separate prefix into directory part and file name part. */
163 strncpy(directory, prefix, MAXNAMESIZE);
166 ASSERT(namePrefix != NULL, "No file name in", prefix, 0);
181 * begin with <prefix>
187 cuantos(prefix, dir)
188 char *prefix, *dir;
198 if (PREFIX(prefix, file)) {