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

/osnet-11/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c663 propersubdomain(char *domain, char *subdomain) argument
668 if (domain == NULL || subdomain == NULL)
672 subdomainlen = strlen(subdomain);
675 if ((strncasecmp(domain, subdomain, subdomainlen)) != 0)
H A Dldap_common.h200 extern int propersubdomain(char *domain, char *subdomain);

Completed in 24 milliseconds