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

/sssd-io/src/lib/certmap/
H A Dsss_certmap_krb5_match.c35 bool has_dot = false; local
45 if (!has_dot && s[c] == '.') {
46 has_dot = true;
51 return (has_dot && isdigit(s[c - 1]));

Completed in 2226 milliseconds