Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c2098 char **attribValues = NULL; in _getCurrentKVPValues() local
2131 attribValues = ldap_get_values( in _getCurrentKVPValues()
2134 attribValues[i] != NULL; i++) in _getCurrentKVPValues()
2138 strdup(attribValues[i])); in _getCurrentKVPValues()
2140 printf("\t%s\n", attribValues[i]); in _getCurrentKVPValues()
2143 (void) ldap_value_free(attribValues); in _getCurrentKVPValues()