Home
last modified time | relevance | path

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

/titanic_41/usr/src/tools/findunref/
H A Dfindunref.c200 pnset_t *pnsetp; in hg_manifest() local
203 pnsetp = calloc(sizeof (pnset_t), 1); in hg_manifest()
204 if (pnsetp == NULL || in hg_manifest()
217 if (pnset_add(pnsetp, path) == 0) in hg_manifest()
223 return (pnsetp); in hg_manifest()
229 pnset_free(pnsetp); in hg_manifest()
242 pnset_t *pnsetp; in git_manifest() local
245 pnsetp = calloc(sizeof (pnset_t), 1); in git_manifest()
246 if (pnsetp == NULL || in git_manifest()
259 if (pnset_add(pnsetp, path) == 0) in git_manifest()
[all …]