Home
last modified time | relevance | path

Searched refs:ldap_match (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c86 static int ldap_match();
276 nserr = ldap_match(map, key, &ldap_line, &ldap_len); in getmapent_ldap()
280 if ((nserr = ldap_match(map, "\\2a", &ldap_line, in getmapent_ldap()
325 ldap_match(char *map, char *key, char **ldap_line, int *ldap_len) in ldap_match() function