Home
last modified time | relevance | path

Searched refs:ftwx (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/bart/
H A Dcreate.c38 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() argument
386 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() argument
458 if ((result == EXCLUDE_PRUNE) && (ftwx != (struct FTW *)NULL)) in eval_file()
459 ftwx->quit = FTW_PRUNE; in eval_file()
/titanic_44/usr/src/cmd/filesync/
H A Deval.c496 struct FTW *ftwx) in walker() argument
505 path = &name[ftwx->base]; in walker()
506 level = ftwx->level; in walker()