Lines Matching refs:tobj
174 nis_object *tobj) /* Table object */ in xdr_nis_fetus_object() argument
196 if ((objp->zo_name = strdup(tobj->zo_name)) == NULL) in xdr_nis_fetus_object()
214 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_owner, tobj->zo_domain)) in xdr_nis_fetus_object()
216 if (!xdr_nis_name_abbrev(xdrs, &objp->zo_group, tobj->zo_domain)) in xdr_nis_fetus_object()
233 if ((objp->zo_domain = strdup(tobj->zo_domain)) == NULL) in xdr_nis_fetus_object()
262 strdup(tobj->zo_data.objdata_u.ta_data.ta_type)) == NULL) in xdr_nis_fetus_object()
294 makePseudoEntryObj(nis_object *obj, entry_obj *eo, nis_object *tobj) { in makePseudoEntryObj() argument
336 xret = xdr_nis_fetus_object(&xdrs, obj, tobj); in makePseudoEntryObj()
362 unmakePseudoEntryObj(entry_obj *e, nis_object *tobj) { in unmakePseudoEntryObj() argument
380 if (tobj != 0 && (e->en_type == 0 || e->en_type[0] == '\0')) { in unmakePseudoEntryObj()
381 stat = xdr_nis_fetus_object(&xdrs, o, tobj); in unmakePseudoEntryObj()
443 if (o != 0 && o->zo_data.zo_type == NIS_ENTRY_OBJ && tobj != 0) { in unmakePseudoEntryObj()
445 o->zo_name = sdup(myself, T, tobj->zo_name); in unmakePseudoEntryObj()
448 tobj->zo_data.objdata_u.ta_data.ta_type); in unmakePseudoEntryObj()