Lines Matching defs:object
320 char *object;
334 object = malloc(len);
336 (void) snprintf(object, len, "objp->%s_u.%s",
339 (void) snprintf(object, len, "&objp->%s_u.%s",
342 cs->array_max, object, cs->name);
343 free(object);
354 object = malloc(len);
356 (void) snprintf(object, len, "objp->%s_u.%s",
359 (void) snprintf(object, len, "&objp->%s_u.%s",
363 dflt->array_max, object, dflt->name);
364 free(object);