Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/findunref/
H A Dfindunref.c102 static pnset_t *exsetp; /* pathname globs to ignore */ variable
174 exsetp = make_exset(argv[1]); in main()
175 if (exsetp == NULL) in main()
187 pnset_empty(exsetp); in main()
452 if (statp->st_atime >= tstamp || pnset_check(exsetp, path)) in checkpath()
467 if (pnset_check(exsetp, path)) { in checkpath()