Searched refs:dot (Results 1 - 3 of 3) sorted by relevance

/sssd-io/src/lib/certmap/
H A Dsss_certmap_ldap_mapping.c115 const char *dot; local
125 dot = strchr(template, '.');
126 if (dot != NULL) {
127 p = strchr(dot + 1, '.');
134 if (dot == template) {
166 if (dot != NULL && dot[1] != '\0' && dot[1] != '!') {
168 parsed->attr_name = talloc_strdup(parsed, dot + 1);
170 parsed->attr_name = talloc_strndup(parsed, dot
[all...]
/sssd-io/src/providers/ldap/
H A Dsdap_async_sudo_hostinfo.c359 char *dot = NULL; local
399 dot = strchr(hostname, '.');
400 if (dot != NULL) {
404 *dot = '\0';
/sssd-io/src/util/
H A Dsss_krb5.c38 char *dot; local
46 dot = strchr(shortname, '.');
47 if (dot) {
48 *dot = '\0';

Completed in 3829 milliseconds