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

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

Completed in 15 milliseconds