Searched refs:temp_list_size (Results 1 – 3 of 3) sorted by relevance
749 size_t temp_list_size = 0; // unit: num of dirent in scandir() local762 if (num_dent == temp_list_size) { in scandir()763 size_t new_list_size = temp_list_size + 32; in scandir()769 temp_list_size = new_list_size; in scandir()