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

/solaris-x11-s11/open-src/xserver/xorg/sun-src/tsol/
H A Dtsolutils.c558 char **newlist; local
577 newlist = realloc(tsolconfig[i].list, (count + 1) * sizeof(char **));
578 if (newlist == NULL) {
583 newlist[count] = strdup(value);
584 tsolconfig[i].list = newlist;

Completed in 19 milliseconds