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

/sssd/src/python/
H A Dpysss_nss_idmap.c131 const char *id_str; local
145 id_str = py_string_or_unicode_as_string(py_id);
146 if (id_str == NULL) {
150 id = strtol(id_str, &endptr, 10);

Completed in 267 milliseconds