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

/illumos-gate/usr/src/tools/findunref/
H A Dfindunref.c111 char *tstampfile = ".build.tstamp"; local
131 tstampfile = optarg;
154 "[-t <tstampfile>] [-S hg|tw|git] <srcroot> <exceptfile>\n",
162 if (tstampfile[0] == '/')
163 (void) strlcpy(path, tstampfile, MAXPATHLEN);
165 (void) snprintf(path, MAXPATHLEN, "%s/%s", argv[0], tstampfile);

Completed in 47 milliseconds