summaryrefslogtreecommitdiffstats
path: root/doc/posix1003.1/ch10.t
blob: 5fb63b5643bc82811107950d5d1bfef9c28da130 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
@c
@c  COPYRIGHT (c) 1988-1998.
@c  On-Line Applications Research Corporation (OAR).
@c  All rights reserved.
@c
@c  $Id$
@c

@chapter Data Interchange Format

@section Archive/Interchange File Format

@subsection Extended tar Format

@example
tar format, Type, Unimplemented
TMAGIC, Constant, 
TMAGLEN, Constant, 
TVERSION, Constant, 
TVERSLEN, Constant, 
REGTYPE, Constant, 
AREGTYPE, Constant, 
LNKTYPE, Constant, 
SYMTYPE, Constant, 
CHRTYPE, Constant, 
BLKTYPE, Constant, 
DIRTYPE, Constant, 
FIFOTYPE, Constant, 
CONTTYPE, Constant, 
TSUID, Constant, 
TSGID, Constant, 
TSVTX, Constant, 
TUREAD, Constant, 
TUWRITE, Constant, 
TUEXEC, Constant, 
TGREAD, Constant, 
TGWRITE, Constant, 
TGEXEC, Constant, 
TOREAD, Constant, 
TOWRITE, Constant, 
TOEXEC, Constant, 
@end example

NOTE: Requires <tar.h> which is not in newlib.

@subsection Extended cpio Format

@example
cpio format, Type, Unimplemented
C_IRUSER, Constant, 
C_IWUSER, Constant, 
C_IXUSER, Constant, 
C_IRGRP, Constant, 
C_IWGRP, Constant, 
C_IXGRP, Constant, 
C_IROTH, Constant, 
C_IWOTH, Constant, 
C_IXOTH, Constant, 
C_ISUID, Constant, 
C_ISGID, Constant, 
C_ISVTX, Constant, 
@end example

NOTE: POSIX does not require a header file or structure.  RedHat Linux
5.0 does not have a <cpio.h> although Solaris 2.6 does.

@subsection Multiple Volumes