Lines Matching refs:ar_obj
58 static struct ar_obj *create_obj_from_file(struct bsdar *bsdar,
62 static void free_obj(struct bsdar *bsdar, struct ar_obj *obj);
63 static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
64 struct ar_obj *pos);
78 static struct ar_obj *
81 struct ar_obj *obj; in create_obj_from_file()
89 obj = malloc(sizeof(struct ar_obj)); in create_obj_from_file()
181 free_obj(struct bsdar *bsdar, struct ar_obj *obj) in free_obj()
197 insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos) in insert_obj()
234 struct ar_obj *obj; in read_objs()
307 obj = malloc(sizeof(struct ar_obj)); in read_objs()
338 struct ar_obj *nobj, *obj, *obj_temp, *pos; in ar_write_archive()
513 struct ar_obj *obj, *obj_temp; in write_cleanup()
577 struct ar_obj *obj; in write_objs()