Searched refs:ptrList (Results 1 - 1 of 1) sorted by relevance

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c364 char *ptrList[1]; local
432 ptrList[ptrNum] = (char *) malloc (MAXDNAME);
433 if (ptrList[ptrNum] == NULL)
441 (char *) ptrList[ptrNum], /* Result */
442 MAXDNAME) /* size of ptrList buffer */
454 dup = !strcasecmp (ptrList[i], ptrList[ptrNum]);
456 free (ptrList[ptrNum]);
459 strcpy (result, ptrList[0]);

Completed in 22 milliseconds