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

/sssd-io/src/util/
H A Dutil.c190 char ***_both_lists)
264 if (_both_lists) {
350 if (_both_lists) {
352 *_both_lists = talloc_steal(memctx, both_lists);
355 *_both_lists = talloc_array(memctx, char *, 1);
356 if (!(*_both_lists)) {
360 *_both_lists[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