Lines Matching +full:data +full:- +full:independent
1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
29 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
37 * BSD PAX global data structures and constants.
79 * added. Overall pax operation is independent of the actual format used to
82 * independent of the archive format. Data flow in and out of the format
87 /* gives to -x option to select it. */
123 /* found. -1 when not valid. This routine */
125 /* independent routines know the amount of */
126 /* padding and the number of bytes of data */
136 /* archived. Returns a 1 if no file data is */
137 /* is to be stored; 0 if file data is to be */
138 /* added. A -1 is returned if a write */
142 /* file data. This routine must NEVER write */
149 /* returns 0 if a valid trailer, -1 if not */
156 /* read/process file data from the archive */
158 /* write/process file data to the archive */
159 int (*options)(void); /* process format specific options (-o) */
182 * the format independent routines and the format specific routines. When
199 off_t skip; /* bytes of real data after header */
202 /* data following the header. */