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

/sssd/src/python/
H A Dpyhbac.c49 py_strdup(const char *string) function
146 ret[i] = py_strdup(PyBytes_AsString(utf_item));
238 s = py_strdup("");
261 s = py_strdup(part);
1114 rule->name = py_strdup(PyBytes_AsString(utf_name));
1399 el->name = py_strdup(PyBytes_AsString(utf_name));

Completed in 17 milliseconds