Home | History | Annotate | Download | only in gen

Lines Matching defs:names

15  * 3. Neither the name of the University nor the names of its contributors
94 struct dirent *d, *p, **names;
108 names = NULL;
109 errno = reallocarr(&names, arraysz, sizeof(*names));
116 continue; /* just selected names */
125 errno = reallocarr(&names, arraysz, sizeof(*names));
141 names[nitems++] = p;
145 qsort(names, nitems, sizeof(*names),
147 *namelist = names;
154 free(names[nitems]);
155 free(names);