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

/sssd/src/python/
H A Dpyhbac.c494 char *strgroups = NULL; local
506 strgroups = str_concat_sequence(self->groups,
509 if (strnames == NULL || strgroups == NULL || ret == -1) {
511 PyMem_Free(strgroups);
518 strnames, strgroups);
521 PyMem_Free(strgroups);
528 PyMem_Free(strgroups);
1295 char *strgroups; local
1303 strgroups = str_concat_sequence(self->groups, discard_const_p(char, ","));
1304 if (strgroups
[all...]

Completed in 31 milliseconds