Searched defs:_list2_only (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/util/
H A Dutil.c189 char ***_list2_only,
282 if (_list2_only) {
336 if (_list2_only) {
338 *_list2_only = talloc_steal(memctx, list2_only);
341 *_list2_only = talloc_array(memctx, char *, 1);
342 if (!(*_list2_only)) {
346 *_list2_only[0] = NULL;
185 diff_string_lists(TALLOC_CTX *memctx, char **_list1, char **_list2, char ***_list1_only, char ***_list2_only, char ***_both_lists) argument

Completed in 12 milliseconds