Searched refs:de_list (Results 1 – 1 of 1) sorted by relevance
224 struct dirent **de_list = NULL; in scandir() local238 de_list = (struct dirent **) in scandir()240 if (de_list == NULL) { in scandir()249 realloc(de_list, sizeof(struct dirent *)*de_list_size); in scandir()251 free(de_list); in scandir()254 de_list = de_list_new; in scandir()258 de_list[n_elem++] = de; in scandir()262 qsort(de_list, n_elem, sizeof(struct dirent *), in scandir()265 *namelist = de_list; in scandir()