Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ctfdiff/
H A Dctfdiff.c226 const char **ilptr, **olptr; in ctfdiff_labels() local
248 olptr = malloc(sizeof (char *) * nolabel); in ctfdiff_labels()
249 if (ilptr == NULL || olptr == NULL) { in ctfdiff_labels()
257 odl.dil_labels = olptr; in ctfdiff_labels()
266 if (strcmp(ilptr[i], olptr[j]) == 0) in ctfdiff_labels()
282 free(olptr); in ctfdiff_labels()