Lines Matching defs:attrname
244 __s_add_attr(ns_ldap_entry_t *e, char *attrname, char *value)
252 a->attrname = strdup(attrname);
253 if (a->attrname == NULL) {
259 free(a->attrname);
267 free(a->attrname);
279 __s_add_attrlist(ns_ldap_entry_t *e, char *attrname, char **argv)
289 a->attrname = strdup(attrname);
290 if (a->attrname == NULL) {
301 free(a->attrname);
309 free(a->attrname);
358 if (ep->attr_pair[j]->attrname)
359 free(ep->attr_pair[j]->attrname);
801 if (strcasecmp(attrptr->attrname, "cn") == 0)
803 else if (strcasecmp(attrptr->attrname, "iphostnumber") == 0)
805 else if (strcasecmp(attrptr->attrname, "description") == 0) {
1020 if (strcasecmp(attrptr->attrname, "cn") == 0)
1022 else if (strcasecmp(attrptr->attrname, "oncRpcNumber") == 0)
1230 if (strcasecmp(attrptr->attrname, "cn") == 0)
1232 else if (strcasecmp(attrptr->attrname, "ipProtocolNumber")
1452 if (strcasecmp(attrptr->attrname, "cn") == 0)
1454 else if (strcasecmp(attrptr->attrname, "ipNetworkNumber")
1698 if (strcasecmp(attrptr->attrname, "cn") == 0)
1700 else if (strcasecmp(attrptr->attrname, "ipServicePort") == 0)
1702 else if (strcasecmp(attrptr->attrname,