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

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c365 int ptrNum = 0; local
432 ptrList[ptrNum] = (char *) malloc (MAXDNAME);
433 if (ptrList[ptrNum] == NULL)
441 (char *) ptrList[ptrNum], /* Result */
453 for (i = 0, dup = 0; (i < ptrNum) && !dup; i++)
454 dup = !strcasecmp (ptrList[i], ptrList[ptrNum]);
456 free (ptrList[ptrNum]);
458 ptrNum++;

Completed in 848 milliseconds