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

/illumos-gate/usr/src/cmd/filesync/
H A Deval.c496 struct FTW *ftwx)
505 path = &name[ftwx->base];
506 level = ftwx->level;
495 walker(const char *name, const struct stat *sp, int type, struct FTW *ftwx) argument
/illumos-gate/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) argument
386 ret = eval_file(name, sp, ftwx);
404 ftwx->quit = FTW_PRUNE;
417 eval_file(const char *fname, const struct stat64 *statb, struct FTW *ftwx) argument
458 if ((result == EXCLUDE_PRUNE) && (ftwx != (struct FTW *)NULL))
459 ftwx->quit = FTW_PRUNE;

Completed in 93 milliseconds