Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/print/libprint/common/
H A Dnss_ldap.c2097 char *entryAttrib = NULL; in _getCurrentKVPValues() local
2118 entryAttrib = ldap_first_attribute(ld, in _getCurrentKVPValues()
2120 if ((entryAttrib != NULL) && in _getCurrentKVPValues()
2121 (strcasecmp(entryAttrib, ATTR_KVP) == 0)) in _getCurrentKVPValues()
2125 printf("Attribute: %s, its values are:\n", entryAttrib); in _getCurrentKVPValues()
2132 ld, ldapEntry, entryAttrib); in _getCurrentKVPValues()
2146 if ((entryAttrib != NULL) && in _getCurrentKVPValues()