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

/ast/src/lib/libast/misc/
H A Dfastfind.c83 * findcodes[] directories are checked for findnames[i]
102 static char* findnames[] = variable
201 for (k = 0; k < elementsof(findnames); k++)
203 sfsprintf(fp->encode.file, sizeof(fp->encode.file), "%s/%s", path, findnames[k]);
209 if (strchr(findnames[k], '/') && (b = strrchr(fp->encode.file, '/')))
220 if (k < elementsof(findnames))
379 for (k = 0; k < elementsof(findnames); k++)
381 sfsprintf(fp->decode.path, sizeof(fp->decode.path), "%s/%s", path, findnames[k]);

Completed in 11 milliseconds