Lines Matching refs:nitems
95 size_t nitems, arraysz;113 nitems = 0;122 if (nitems >= arraysz) {141 names[nitems++] = p;144 if (nitems && dcomp != NULL)145 qsort(names, nitems, sizeof(*names),148 _DIAGASSERT(__type_fit(int, nitems));149 return (int)nitems;153 while (nitems-- > 0)154 free(names[nitems]);
Indexes created Wed Oct 22 06:10:02 GMT 2025