usr.bin/ar/ar.h
112
TAILQ_HEAD(, ar_obj) v_obj; /* object(member) list */
usr.bin/ar/ar.h
74
TAILQ_ENTRY(ar_obj) objs;
usr.bin/ar/write.c
181
free_obj(struct bsdar *bsdar, struct ar_obj *obj)
usr.bin/ar/write.c
197
insert_obj(struct bsdar *bsdar, struct ar_obj *obj, struct ar_obj *pos)
usr.bin/ar/write.c
234
struct ar_obj *obj;
usr.bin/ar/write.c
307
obj = malloc(sizeof(struct ar_obj));
usr.bin/ar/write.c
338
struct ar_obj *nobj, *obj, *obj_temp, *pos;
usr.bin/ar/write.c
513
struct ar_obj *obj, *obj_temp;
usr.bin/ar/write.c
577
struct ar_obj *obj;
usr.bin/ar/write.c
58
static struct ar_obj *create_obj_from_file(struct bsdar *bsdar,
usr.bin/ar/write.c
62
static void free_obj(struct bsdar *bsdar, struct ar_obj *obj);
usr.bin/ar/write.c
63
static void insert_obj(struct bsdar *bsdar, struct ar_obj *obj,
usr.bin/ar/write.c
64
struct ar_obj *pos);
usr.bin/ar/write.c
78
static struct ar_obj *
usr.bin/ar/write.c
81
struct ar_obj *obj;
usr.bin/ar/write.c
89
obj = malloc(sizeof(struct ar_obj));