Lines Matching refs:MACRO_VALUE
35 MACRO_VALUE(TMAGLEN, 6); in tar_h()
37 MACRO_VALUE(TVERSLEN, 2); in tar_h()
39 MACRO_VALUE(REGTYPE, '0'); in tar_h()
40 MACRO_VALUE(AREGTYPE, '\0'); in tar_h()
41 MACRO_VALUE(LNKTYPE, '1'); in tar_h()
42 MACRO_VALUE(SYMTYPE, '2'); in tar_h()
43 MACRO_VALUE(CHRTYPE, '3'); in tar_h()
44 MACRO_VALUE(BLKTYPE, '4'); in tar_h()
45 MACRO_VALUE(DIRTYPE, '5'); in tar_h()
46 MACRO_VALUE(FIFOTYPE, '6'); in tar_h()
47 MACRO_VALUE(CONTTYPE, '7'); in tar_h()
49 MACRO_VALUE(TSUID, 04000); in tar_h()
50 MACRO_VALUE(TSGID, 02000); in tar_h()
51 MACRO_VALUE(TSVTX, 01000); in tar_h()
52 MACRO_VALUE(TUREAD, 0400); in tar_h()
53 MACRO_VALUE(TUWRITE, 0200); in tar_h()
54 MACRO_VALUE(TUEXEC, 0100); in tar_h()
55 MACRO_VALUE(TGREAD, 040); in tar_h()
56 MACRO_VALUE(TGWRITE, 020); in tar_h()
57 MACRO_VALUE(TGEXEC, 010); in tar_h()
58 MACRO_VALUE(TOREAD, 04); in tar_h()
59 MACRO_VALUE(TOWRITE, 02); in tar_h()
60 MACRO_VALUE(TOEXEC, 01); in tar_h()