Searched refs:actual_list (Results 1 – 2 of 2) sorted by relevance
70 gid_t* actual_list; in check_groups() local71 size_t actual_size = getgroups_with_alloc(&actual_list); in check_groups()82 if (expected_list[i] == actual_list[j]) { in check_groups()93 free(actual_list); in check_groups()
1717 actual_list = list(actual_seq)1726 return set(self._expected_list) == set(actual_list)1730 if len(self._expected_list) != len(actual_list):1732 for el in actual_list: