Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/nsswitch/ldap/common/
H A Dgetservent.c115 char **ipport, *cname = NULL, *protoval = NULL; in _nss_ldap_services2str() local
193 protoval = protocol->attrvalue[cookie->index++]; in _nss_ldap_services2str()
210 protoval = protocol->attrvalue[k]; in _nss_ldap_services2str()
227 protoval = protocol->attrvalue[0]; in _nss_ldap_services2str()
230 if (protoval == NULL || (len = strlen(protoval)) < 1) { in _nss_ldap_services2str()
236 len = snprintf(buffer, buflen, "%s", protoval); in _nss_ldap_services2str()