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

/sssd-io/src/lib/certmap/
H A Dsss_certmap_ldap_mapping.c116 const char *excl; local
141 excl = strchr(template, '!');
142 if (excl != NULL) {
143 p = strchr(excl + 1, '!');
150 if (excl == template) {
157 if (excl != NULL && excl[1] != '\0') {
158 parsed->conversion = talloc_strdup(parsed, excl + 1);
167 if (excl == NULL) {
171 (excl
[all...]

Completed in 6 milliseconds