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

/sssd-io/src/python/
H A Dpyhbac.c65 py_strcat_realloc(char *first, const char *second) function
258 s = py_strcat_realloc(s, delim);
260 s = py_strcat_realloc(s, part);

Completed in 14 milliseconds