Searched defs:mulvol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c622 static int mulvol; /* multi-volume option selected */ variable
1338 if (mulvol) { /* SP-1 */
2333 while (mulvol && tapepos + blocks + 1 > blocklim) {
2427 while (mulvol && tapepos + blocks + 1 > blocklim) {
2475 while (mulvol && tapepos + blocks + 1 > blocklim) {
2522 while (mulvol && tapepos + blocks + 1 > blocklim) {
4897 if (mulvol) {
5368 * - if size is zero, mulvol tar is disabled and size is
5380 mulvol = 0; /* definitely not mulvol, bu
[all...]

Completed in 60 milliseconds