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

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c625 static int NotTape; /* true if tape is a disk */ variable
785 NotTape = 0;
880 NotTape++; /* assume non-magtape */
1109 NotTape = !istape(mt, mt_devtype);
1702 if (NotTape)
2146 if (NotTape) {
2157 if (NotTape) {
2352 if (NotTape) {
2361 if (NotTape)
2441 if (NotTape) {
[all...]

Completed in 75 milliseconds