Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dgetservent.c113 char **ipport, *cname = NULL, *protoval = NULL; in _nss_ldap_services2str() local
191 protoval = protocol->attrvalue[cookie->index++]; in _nss_ldap_services2str()
208 protoval = protocol->attrvalue[k]; in _nss_ldap_services2str()
225 protoval = protocol->attrvalue[0]; in _nss_ldap_services2str()
228 if (protoval == NULL || (len = strlen(protoval)) < 1) { in _nss_ldap_services2str()
234 len = snprintf(buffer, buflen, "%s", protoval); in _nss_ldap_services2str()