Searched refs:bparams (Results 1 – 1 of 1) sorted by relevance
61 ns_ldap_attr_t *bparams; in _nss_ldap_bootparams2str() local86 bparams = __ns_ldap_getAttrStruct(result->entry, _B_PARAMETER); in _nss_ldap_bootparams2str()87 if (bparams == NULL || bparams->attrvalue == NULL) { in _nss_ldap_bootparams2str()92 for (i = 0; i < bparams->value_count; i++) { in _nss_ldap_bootparams2str()93 if (bparams->attrvalue[i] == NULL) { in _nss_ldap_bootparams2str()101 if (strcasecmp(names[0], bparams->attrvalue[i]) != 0) { in _nss_ldap_bootparams2str()105 bparams->attrvalue[i]); in _nss_ldap_bootparams2str()108 bparams->attrvalue[i]); in _nss_ldap_bootparams2str()