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

/freebsd-10.3-release/contrib/sendmail/src/
H A Dmap.c3333 # define ph_map_dequote ldapmap_dequote
3336 static char *ldapmap_dequote __P((char *));
3339 ldapmap_dequote(str) function
4378 map->map_app = newstr(ldapmap_dequote(map->map_app));
4380 map->map_tapp = newstr(ldapmap_dequote(map->map_tapp));
4391 lmap->ldap_host = newstr(ldapmap_dequote(lmap->ldap_host));
4398 lmap->ldap_uri = newstr(ldapmap_dequote(lmap->ldap_uri));
4405 lmap->ldap_binddn = newstr(ldapmap_dequote(lmap->ldap_binddn));
4436 sfd = safefopen(ldapmap_dequote(lmap->ldap_secret),
4441 ldapmap_dequote(lma
[all...]

Completed in 105 milliseconds