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

/sssd-io/src/python/
H A Dpyhbac.c51 py_strdup(const char *string) function
148 ret[i] = py_strdup(PyBytes_AsString(utf_item));
240 s = py_strdup("");
263 s = py_strdup(part);
1116 rule->name = py_strdup(PyBytes_AsString(utf_name));
1401 el->name = py_strdup(PyBytes_AsString(utf_name));

Completed in 10 milliseconds