Lines Matching refs:list
59 _cleanup_free_ struct local_address *list = NULL;
116 if (!GREEDY_REALLOC0(list, n_allocated, n_list+1))
119 a = list + n_list;
159 qsort(list, n_list, sizeof(struct local_address), address_compare);
161 *ret = list;
162 list = NULL;
170 _cleanup_free_ struct local_address *list = NULL;
239 if (!GREEDY_REALLOC0(list, n_allocated, n_list + 1))
242 a = list + n_list;
270 qsort(list, n_list, sizeof(struct local_address), address_compare);
272 *ret = list;
273 list = NULL;