Lines Matching +full:non +full:- +full:operational

1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
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)
159 * non-standard -B flag. The limit is rounded up to the next blocksize.
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()
251 * parse options, determine operational mode, general init in main()
324 return (-1); in setup_sig()
389 return(-1); in gen_init()
411 return(-1); in gen_init()