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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c154 "[-t <tstampfile>] [-S hg|tw|git] <srcroot> <exceptfile>\n",
390 * Using `exceptfile' and a built-in list of exceptions, build and return a
395 make_exset(const char *exceptfile) argument
410 fp = fopen(exceptfile, "r");
412 warn("cannot open exception file \"%s\"", exceptfile);

Completed in 56 milliseconds