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

/opensolaris-onvv-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgethostent.c140 be->toglue = _get_domain_name(dns[0]);
192 if (be->toglue == NULL || DOTTEDSUBDOMAIN(cname))
197 be->toglue);
212 if (be->toglue == NULL || DOTTEDSUBDOMAIN(name))
218 name, be->toglue);
245 if (be->toglue) {
246 free(be->toglue);
247 be->toglue = NULL;
H A Dldap_common.h128 char *toglue; member in struct:ldap_backend
H A Dldap_common.c302 if (be->toglue != NULL) {
303 free(be->toglue);
304 be->toglue = NULL;
H A Dgetnetgrent.c974 get_be->toglue = NULL;

Completed in 110 milliseconds