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

/sssd/src/util/
H A Dutil.c291 char **list1_only = NULL; local
405 list1_only = talloc_array(tmp_ctx, char *, count+1);
406 if (!list1_only) {
412 list1_only[i] = talloc_strdup(list1_only, keys[i].str);
413 if (!list1_only[i]) {
418 list1_only[count] = NULL;
422 *_list1_only = talloc_steal(memctx, list1_only);

Completed in 39 milliseconds