Lines Matching defs:attrname
245 __s_add_attr(ns_ldap_entry_t *e, char *attrname, char *value)
253 a->attrname = strdup(attrname);
254 if (a->attrname == NULL) {
260 free(a->attrname);
268 free(a->attrname);
280 __s_add_attrlist(ns_ldap_entry_t *e, char *attrname, char **argv)
290 a->attrname = strdup(attrname);
291 if (a->attrname == NULL) {
302 free(a->attrname);
310 free(a->attrname);
359 if (ep->attr_pair[j]->attrname)
360 free(ep->attr_pair[j]->attrname);
802 if (strcasecmp(attrptr->attrname, "cn") == 0)
804 else if (strcasecmp(attrptr->attrname, "iphostnumber") == 0)
806 else if (strcasecmp(attrptr->attrname, "description") == 0) {
1021 if (strcasecmp(attrptr->attrname, "cn") == 0)
1023 else if (strcasecmp(attrptr->attrname, "oncRpcNumber") == 0)
1231 if (strcasecmp(attrptr->attrname, "cn") == 0)
1233 else if (strcasecmp(attrptr->attrname, "ipProtocolNumber")
1453 if (strcasecmp(attrptr->attrname, "cn") == 0)
1455 else if (strcasecmp(attrptr->attrname, "ipNetworkNumber")
1699 if (strcasecmp(attrptr->attrname, "cn") == 0)
1701 else if (strcasecmp(attrptr->attrname, "ipServicePort") == 0)
1703 else if (strcasecmp(attrptr->attrname,