Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c106 static pnset_t *exsetp; /* pathname globs to ignore */ variable
178 exsetp = make_exset(argv[1]); in main()
179 if (exsetp == NULL) in main()
191 pnset_empty(exsetp); in main()
456 if (statp->st_atime >= tstamp || pnset_check(exsetp, path)) in checkpath()
471 if (pnset_check(exsetp, path)) { in checkpath()