75cabb043f
* conform/data/tar.h-data: Add some checks for specific values. * conform/data/stdlib.h-data: Add checks for value of EXIT_SUCCESS and RAND_MAX. * conform/data/stdio.h-data: Add checks for value of TMP_MAX and FOPEN_MAX. * conform/data/netinet/in.h-data: Add exact checks for the values fo INET_ADDRSTRLEN and INET6_ADDRSTRLEN. * conform/data/float.h-data: Add some minimal values.
30 lines
521 B
Plaintext
30 lines
521 B
Plaintext
macro-str TMAGIC "ustar"
|
|
constant TMAGLEN 6
|
|
macro-str TVERSION "00"
|
|
constant TVERSLEN 2
|
|
|
|
constant REGTYPE
|
|
constant AREGTYPE
|
|
constant LNKTYPE
|
|
constant SYMTYPE
|
|
constant CHRTYPE
|
|
constant BLKTYPE
|
|
constant DIRTYPE
|
|
constant FIFOTYPE
|
|
constant CONTTYPE
|
|
|
|
constant TSUID 04000
|
|
constant TSGID 02000
|
|
constant TSVTX 01000
|
|
constant TUREAD 00400
|
|
constant TUWRITE 00200
|
|
constant TUEXEC 00100
|
|
constant TGREAD 00040
|
|
constant TGWRITE 00020
|
|
constant TGEXEC 00010
|
|
constant TOREAD 00004
|
|
constant TOWRITE 00002
|
|
constant TOEXEC 00001
|
|
|
|
allow *_t
|