Searched refs:ftwx (Results 1 – 2 of 2) sorted by relevance
38 struct FTW *ftwx);46 int type, struct FTW *ftwx);344 walker(const char *name, const struct stat64 *sp, int type, struct FTW *ftwx) in walker() argument386 ret = eval_file(name, sp, ftwx); in walker()404 ftwx->quit = FTW_PRUNE; in walker()417 eval_file(const char *fname, const struct stat64 *statb, struct FTW *ftwx) in eval_file() argument458 if ((result == EXCLUDE_PRUNE) && (ftwx != (struct FTW *)NULL)) in eval_file()459 ftwx->quit = FTW_PRUNE; in eval_file()
496 struct FTW *ftwx) in walker() argument505 path = &name[ftwx->base]; in walker()506 level = ftwx->level; in walker()