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

/sssd-io/src/python/
H A Dpyhbac.c229 str_concat_sequence(PyObject *seq, const char *delim) function
506 strnames = str_concat_sequence(self->names,
508 strgroups = str_concat_sequence(self->groups,
1305 strgroups = str_concat_sequence(self->groups, discard_const_p(char, ","));

Completed in 16 milliseconds