1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)ar.h 5.1 (Berkeley) 5/30/85
7: */
8:
9: #define ARMAG "!<arch>\n"
10: #define SARMAG 8
11:
12: #define ARFMAG "`\n"
13:
14: struct ar_hdr {
15: char ar_name[16];
16: char ar_date[12];
17: char ar_uid[6];
18: char ar_gid[6];
19: char ar_mode[8];
20: char ar_size[10];
21: char ar_fmag[2];
22: };
Defined struct's
ar_hdr
defined in line
14; used 22 times
Defined macros
ARMAG
defined in line
9; used 12 times
SARMAG
defined in line
10; used 38 times
- in /usr/src/bin/ar.c line
362(2),
368-373(4),
382,
391-394(5)
- in /usr/src/bin/ld.c line
661,
675,
714,
1633,
1670-1677(4)
- in /usr/src/bin/make/files.c line
488,
504-506(3)
- in /usr/src/bin/nm.c line
23,
98,
104
- in /usr/src/old/arcv.c line
74
- in /usr/src/ucb/pascal/utilities/pc3.c line
129,
150-155(2)
- in /usr/src/usr.bin/ranlib.c line
67,
86-88(3),
99,
348,
379
Usage of this include