Lines Matching refs:list
83 char *list = NULL;
94 /* get current domain list */
96 NULL, &list);
102 if (list != NULL) {
103 ret = split_on_separator(tmp_ctx, list, ',', true, true, &array, NULL);
116 /* add domain to the list of enabled domains */
118 if (list == NULL) {
119 list = talloc_strdup(tmp_ctx, name);
121 list = talloc_asprintf_append(list, ", %s", name);
124 if (list == NULL) {
129 val[0] = list;
132 DEBUG(SSSDBG_CRIT_FAILURE, "Unable to change domain list [%d]: %s\n",
267 /* initialize domain list and sysdb of the domains */
278 /* the first domain we obtained is already head of the complete list */