Searched refs:ntq (Results 1 – 1 of 1) sorted by relevance
708 int nrq, ntq, err; in createNisPlusEntry() local814 ntq = nrq; in createNisPlusEntry()816 ntq = nq * nrq; in createNisPlusEntry()818 if (ntq > nq) { in createNisPlusEntry()819 newq = realloc(query, ntq * sizeof (query[0])); in createNisPlusEntry()820 newattr = realloc(attr, ntq * sizeof (attr[0])); in createNisPlusEntry()824 myself, ntq * sizeof (query[0])); in createNisPlusEntry()863 freeQueries(query, ntq); in createNisPlusEntry()864 freeObjAttr(attr, ntq); in createNisPlusEntry()876 (void) memset(query, 0, ntq * sizeof (query[0])); in createNisPlusEntry()[all …]