Searched refs:ftwx (Results 1 - 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bart/ |
H A D | create.c | 38 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;
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | eval.c | 496 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
|
Completed in 427 milliseconds