Searched refs:bparams (Results 1 – 1 of 1) sorted by relevance
59 ns_ldap_attr_t *bparams; in _nss_ldap_bootparams2str() local84 bparams = __ns_ldap_getAttrStruct(result->entry, _B_PARAMETER); in _nss_ldap_bootparams2str()85 if (bparams == NULL || bparams->attrvalue == NULL) { in _nss_ldap_bootparams2str()90 for (i = 0; i < bparams->value_count; i++) { in _nss_ldap_bootparams2str()91 if (bparams->attrvalue[i] == NULL) { in _nss_ldap_bootparams2str()99 if (strcasecmp(names[0], bparams->attrvalue[i]) != 0) { in _nss_ldap_bootparams2str()103 bparams->attrvalue[i]); in _nss_ldap_bootparams2str()106 bparams->attrvalue[i]); in _nss_ldap_bootparams2str()