Searched refs:temp_list_size (Results 1 – 1 of 1) sorted by relevance
725 size_t temp_list_size = 0; // unit: num of dirent in scandir() local738 if (num_dent == temp_list_size) { in scandir()739 size_t new_list_size = temp_list_size + 32; in scandir()745 temp_list_size = new_list_size; in scandir()