Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/findunref/
H A Dfindunref.c58 typedef struct scmdata { struct
100 static scmdata_t scmdata; variable
300 if (scmdata.manifest == NULL || in chdir_scmdata()
301 (strcmp(scmpath, scmdata.metapath) != 0 && in chdir_scmdata()
303 strncmp(path, scmdata.root, scmdata.rootlen - 1) != 0) { in chdir_scmdata()
304 pnset_free(scmdata.manifest); in chdir_scmdata()
305 scmdata.manifest = NULL; in chdir_scmdata()
316 if (!scmdata.rootwarn) { in chdir_scmdata()
319 scmdata.rootwarn = B_TRUE; in chdir_scmdata()
332 (void) strlcpy(scmdata.metapath, scmpath, MAXPATHLEN); in chdir_scmdata()
[all …]