Searched refs:entryAttrib (Results 1 – 1 of 1) sorted by relevance
2097 char *entryAttrib = NULL; in _getCurrentKVPValues() local2118 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()