lr_attrs
char **lr_attrs;
if (rl->lr_attrs != NULL)
free(rl->lr_attrs);
rl->lr_attrs = NULL;
rl->lr_attrs = (char **)malloc(sizeof(char *) * (attrnum + 2));
if (rl->lr_attrs == NULL)
rl->lr_attrs[i] = rl->lr_ludp->lud_attrs[i];
rl->lr_attrs[i++] = "objectClass";
rl->lr_attrs[i++] = NULL;
rl->lr_attrs,
if (rl->lr_attrs != NULL)
free(rl->lr_attrs);
rl->lr_attrs = NULL;
newe->lr_attrs = NULL;
cd.ftype.type4 = lookupres.lr_attrs.b_fattr4_type;
cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len;
bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data,
cd.ftype.type4 = lookupres.lr_attrs.b_fattr4_type;
cd.fh.fh4.len = lookupres.lr_attrs.b_fattr4_filehandle.len;
bcopy(lookupres.lr_attrs.b_fattr4_filehandle.data, cd.fh.fh4.data,
*fileid = lookupres.lr_attrs.b_fattr4_fileid;