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

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

Completed in 15 milliseconds