Home
last modified time | relevance | path

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

/titanic_50/usr/src/tools/findunref/
H A Dfindunref.c501 char **newpaths; in pnset_add() local
506 newpaths = realloc(pnsetp->paths, sizeof (char *) * maxpaths); in pnset_add()
507 if (newpaths == NULL) in pnset_add()
509 pnsetp->paths = newpaths; in pnset_add()