Searched defs:findnames (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/misc/
H A Dfastfind.c104 * findcodes[] directories are checked for findnames[i]
123 static char* findnames[] = variable
222 for (k = 0; k < elementsof(findnames); k++)
224 sfsprintf(fp->encode.file, sizeof(fp->encode.file), "%s/%s", path, findnames[k]);
230 if (strchr(findnames[k], '/') && (b = strrchr(fp->encode.file, '/')))
241 if (k < elementsof(findnames))
400 for (k = 0; k < elementsof(findnames); k++)
402 sfsprintf(fp->decode.path, sizeof(fp->decode.path), "%s/%s", path, findnames[k]);

Completed in 69 milliseconds