Lines Matching defs:tape
80 const char *tape;
111 u_int64_t blockswritten; /* number of blocks written on current tape */
112 int tapeno; /* current tape number */
114 int ntrec = NTREC; /* # tape blocks in each tape record */
115 int cartridge; /* Assume non-cartridge tape */
158 if ((tape = getenv("TAPE")) == NULL)
159 tape = _PATH_DEFTAPE;
189 case 'b': /* blocks per tape write */
217 tape = optarg;
262 case 's': /* tape size, feet */
263 tsize = numarg("tape size", 1L, 0L) * 12 * 10;
389 if (strcmp(tape, "-") == 0) {
391 tape = "standard output";
398 * Determine how to default tape size and density
400 * density tape size
413 if ((cp = strchr(tape, ':')) != NULL) {
414 host = tape;
417 tape = cp;
549 msgtail("to %s on host %s\n", tape, host);
551 msgtail("to %s\n", tape);
586 msg("estimated %llu tape blocks.\n",
597 for with an artificially low tape size. */
606 ) * (1.0 / tsize ); /* tape / 0.1" */
609 tape */
619 ) * (1.0 / tsize ); /* tape / 0.1" */
623 /* count the dumped inodes map on each additional tape */
627 msg("estimated %llu tape blocks on %3.2f tape(s).\n",
638 * Allocate tape buffer.
641 quit("can't allocate tape buffers - try a smaller"
691 msg("%lld tape blocks\n",(long long)iswap64(spcl.c_tapea));
693 msg("%lld tape blocks on %d volume%s\n",