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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c102 static pnset_t *exsetp; /* pathname globs to ignore */ variable
174 exsetp = make_exset(argv[1]);
175 if (exsetp == NULL)
187 pnset_empty(exsetp);
441 * FTW callback: print `path' if it's older than `tstamp' and not in `exsetp'.
452 if (statp->st_atime >= tstamp || pnset_check(exsetp, path))
467 if (pnset_check(exsetp, path)) {

Completed in 58 milliseconds