Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c2095 char **attribValues = NULL; in _getCurrentKVPValues() local
2128 attribValues = ldap_get_values( in _getCurrentKVPValues()
2131 attribValues[i] != NULL; i++) in _getCurrentKVPValues()
2135 strdup(attribValues[i])); in _getCurrentKVPValues()
2137 printf("\t%s\n", attribValues[i]); in _getCurrentKVPValues()
2140 (void) ldap_value_free(attribValues); in _getCurrentKVPValues()