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

/sssd-io/src/python/
H A Dpysss_nss_idmap.c161 const char *id_str; local
175 id_str = py_string_or_unicode_as_string(py_id);
176 if (id_str == NULL) {
180 id = strtol(id_str, &endptr, 10);

Completed in 10 milliseconds