Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c2094 char *entryAttrib = NULL; in _getCurrentKVPValues() local
2115 entryAttrib = ldap_first_attribute(ld, in _getCurrentKVPValues()
2117 if ((entryAttrib != NULL) && in _getCurrentKVPValues()
2118 (strcasecmp(entryAttrib, ATTR_KVP) == 0)) in _getCurrentKVPValues()
2122 printf("Attribute: %s, its values are:\n", entryAttrib); in _getCurrentKVPValues()
2129 ld, ldapEntry, entryAttrib); in _getCurrentKVPValues()
2143 if ((entryAttrib != NULL) && in _getCurrentKVPValues()