Lines Matching refs:attrName
539 setObjAttrField(char *attrName, __nis_single_value_t *val,
544 if (attrName == 0 || val == 0 || objAttr == 0 ||
557 if (strcmp("zo_owner", attrName) == 0) {
563 } else if (strcmp("zo_group", attrName) == 0) {
569 } else if (strcmp("zo_domain", attrName) == 0) {
575 } else if (strcmp("zo_access", attrName) == 0) {
580 } else if (strcmp("zo_ttl", attrName) == 0) {
1363 * or a filter, return the value associated with the attribute 'attrName'.
1364 * If no instance of 'attrName' is found, return 'default'. In all cases,
1370 attrVal(char *msg, char *attrName, char *def, char *attrs) {
1375 if (attrName == 0 || attrs == 0)
1397 if (strcasecmp(attrName, name) == 0) {
1428 char **attrName, *dn;
1477 attrName = am(myself, sizeof (attrName[0]));
1478 if (attrName != 0)
1479 attrName[0] = attrVal(myself, "nisplusObject",
1482 if (rv == 0 || sv == 0 || val == 0 || attrName == 0 ||
1483 attrName[0] == 0) {
1489 sfree(attrName);
1503 rv->attrName = attrName;
1675 rv[i].attrName[j]) == 0) {
1763 char *attrName =
1771 if (attrName == 0) {
1790 rv.attrName = &attrName;
1796 sfree(attrName);