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

/sssd-io/src/util/
H A Dutil.c202 char **list1_only = NULL; local
316 list1_only = talloc_array(tmp_ctx, char *, count+1);
317 if (!list1_only) {
323 list1_only[i] = talloc_strdup(list1_only, keys[i].str);
324 if (!list1_only[i]) {
329 list1_only[count] = NULL;
333 *_list1_only = talloc_steal(memctx, list1_only);

Completed in 10 milliseconds