Lines Matching +full:out +full:- +full:volume +full:- +full:limit

1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
75 int Oflag; /* limit to single volume */
96 * PAX - Portable Archive Interchange
102 * ustar - 10.1.1 extended tar interchange format
103 * cpio - 10.1.2 extended cpio interchange format
104 * tar - old BSD 4.3 tar format
105 * binary cpio - old cpio with binary header format
106 * sysVR4 cpio - with and without CRC
108 * This version is a superset of IEEE Std 1003.2b-d3
120 * 1.3 The user can specify via the non-standard option flag -E if error
132 * 1.8 Modification change time ranges can be specified via multiple -T
136 * -U options.
138 * more -G options.
140 * name modification (-Z)
156 * 2.6 A archive volume record limit allows the user to specify the number
157 * of bytes stored on an archive volume. When reached the user is
158 * prompted for the next archive volume. This is specified with the
159 * non-standard -B flag. The limit is rounded up to the next blocksize.
161 * it much easier to pull data out of flawed archive during read
163 * 2.8 Access time reset with the -t applies to all file nodes (including
165 * 2.9 Symbolic links can be followed with -L (optional in the spec).
167 * multiple -T options. These allow a user to select files whose
170 * -U options.
172 * more -G options.
174 * following other symlinks; -H flag)
181 * preserved with the appropriate -p options.
182 * 3.3 Access time reset with the -t applies to all file nodes (including
184 * 3.4 Symbolic links can be followed with -L (optional in the spec).
186 * multiple -T options. These allow a user to select files whose
189 * -U options.
191 * more -G options.
193 * following other symlinks; -H flag)
195 * name modification (-D)
197 * name modification (-Y)
199 * name modification (-Z)
211 * any operational flaw will set exit_val to non-zero
238 while (tdlen > 0 && tmpdir[tdlen - 1] == '/') in main()
239 tdlen--; in main()
286 * This is not critical, but we really ought to limit our damage when we
302 paxwarn(0, "Cpu time limit reached, cleaning up."); in sig_cleanup()
324 return (-1); in setup_sig()
345 * Really needed to handle large archives. We can run out of memory for in gen_init()
381 * deal with any file size limit through failed writes. Cpu time in gen_init()
389 return(-1); in gen_init()
401 goto out; in gen_init()
406 goto out; in gen_init()
409 out: in gen_init()
411 return(-1); in gen_init()