Lines Matching +full:1 +full:- +full:8
7 Last revision: 2002-01-13
18 formats, and can be created with the cpio(1) utility. The cpio
19 archive can be compressed using gzip(1). One valid version of an
28 GZIP() indicates the gzip(1) of the operand
29 ALGN(n) means padding with null bytes to an n-byte boundary
47 The cpio "TRAILER!!!" entry (cpio end-of-archive) is optional, but is
59 c_ino 8 bytes File inode number
60 c_mode 8 bytes File mode and permissions
61 c_uid 8 bytes File uid
62 c_gid 8 bytes File gid
63 c_nlink 8 bytes Number of links
64 c_mtime 8 bytes Modification time
65 c_filesize 8 bytes Size of data field
66 c_maj 8 bytes Major part of file device number
67 c_min 8 bytes Minor part of file device number
68 c_rmaj 8 bytes Major part of device node reference
69 c_rmin 8 bytes Minor part of device node reference
70 c_namesize 8 bytes Length of filename, including final \0
71 c_chksum 8 bytes Checksum of data field if c_magic is 070702;
81 The c_chksum field contains a simple 32-bit unsigned sum of all the
82 bytes in the data field. cpio(1) refers to this as "crc", which is
87 If the filename is "TRAILER!!!" this is actually an end-of-archive
88 marker; the c_filesize for an end-of-archive marker must be zero.
94 When a nondirectory with c_nlink > 1 is seen, the (c_maj,c_min,c_ino)
102 the data-carrying instance of a file to occur anywhere in the sequence
108 When a "TRAILER!!!" end-of-archive marker is seen, the tuple buffer is
117 end-of-archive marker, or
119 b) Make sure c_nlink == 1 for all nondirectory entries.