Searched refs:pnsetp (Results 1 – 1 of 1) sorted by relevance
200 pnset_t *pnsetp; in hg_manifest() local203 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() local245 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 …]