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

/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c37 static int eval_file(const char *fname, const struct stat64 *statb,
297 ret = eval_file(input_fname, &stat_buf, NULL);
386 ret = eval_file(name, sp, ftwx);
417 eval_file(const char *fname, const struct stat64 *statb, struct FTW *ftwx) function
/illumos-gate/usr/src/cmd/filesync/
H A Deval.c40 * eval_file (static) stat a specific file, recurse on directories
75 static errmask_t eval_file(struct base *, struct file *);
207 errs |= eval_file(bp, fp);
350 * eval_file
370 eval_file(struct base *bp, struct file *fp) function
449 errs |= eval_file(bp, cp);

Completed in 47 milliseconds