source: rtems/doc/posix1003.1/ch10.t @ 7331714

4.104.114.84.95
Last change on this file since 7331714 was 7331714, checked in by Joel Sherrill <joel.sherrill@…>, on 03/18/98 at 18:15:01

Added Constants, Feature Flags, and Macros (included in Functions).
No status information was included.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1@c
2@c  COPYRIGHT (c) 1988-1998.
3@c  On-Line Applications Research Corporation (OAR).
4@c  All rights reserved.
5@c
6@c  $Id$
7@c
8
9@chapter Data Interchange Format
10
11@section Archive/Interchange File Format
12
13@subsection Extended tar Format
14
15@example
16tar format, Type, Unimplemented
17TMAGIC, Constant,
18TMAGLEN, Constant,
19TVERSION, Constant,
20TVERSLEN, Constant,
21REGTYPE, Constant,
22AREGTYPE, Constant,
23LNKTYPE, Constant,
24SYMTYPE, Constant,
25CHRTYPE, Constant,
26BLKTYPE, Constant,
27DIRTYPE, Constant,
28FIFOTYPE, Constant,
29CONTTYPE, Constant,
30TSUID, Constant,
31TSGID, Constant,
32TSVTX, Constant,
33TUREAD, Constant,
34TUWRITE, Constant,
35TUEXEC, Constant,
36TGREAD, Constant,
37TGWRITE, Constant,
38TGEXEC, Constant,
39TOREAD, Constant,
40TOWRITE, Constant,
41TOEXEC, Constant,
42@end example
43
44NOTE: Requires <tar.h> which is not in newlib.
45
46@subsection Extended cpio Format
47
48@example
49cpio format, Type, Unimplemented
50C_IRUSER, Constant,
51C_IWUSER, Constant,
52C_IXUSER, Constant,
53C_IRGRP, Constant,
54C_IWGRP, Constant,
55C_IXGRP, Constant,
56C_IROTH, Constant,
57C_IWOTH, Constant,
58C_IXOTH, Constant,
59C_ISUID, Constant,
60C_ISGID, Constant,
61C_ISVTX, Constant,
62@end example
63
64NOTE: POSIX does not require a header file or structure.  RedHat Linux
655.0 does not have a <cpio.h> although Solaris 2.6 does.
66
67@subsection Multiple Volumes
68
Note: See TracBrowser for help on using the repository browser.