Lines Matching refs:ar_obj
56 static struct ar_obj *create_obj_from_file(struct bsdar *bsdar,
59 static void free_obj(struct ar_obj *obj);
60 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
61 struct ar_obj *pos);
75 static struct ar_obj *
78 struct ar_obj *obj; in create_obj_from_file()
87 obj = malloc(sizeof(struct ar_obj)); in create_obj_from_file()
199 free_obj(struct ar_obj *obj) in free_obj()
213 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj()
251 struct ar_obj *obj; in read_objs()
322 obj = malloc(sizeof(struct ar_obj)); in read_objs()
361 struct ar_obj *nobj, *obj, *obj_temp, *pos; in ar_write_archive()
543 struct ar_obj *obj, *obj_temp; in write_cleanup()
665 struct ar_obj *obj; in write_objs()