Lines Matching defs:tape
48 * magnetic tape manipulation program
74 int c_ronly; /* open tape read-only */
121 const char *tape;
126 if ((tape = getenv("TAPE")) == NULL)
127 tape = _PATH_DEFTAPE;
133 tape = optarg;
168 if ((mtfd = open(tape, flags)) < 0)
169 err(2, "%s", tape);
177 the tape. Until then, rewind and seek from
178 beginning-of-tape */
183 err(2, "%s", tape);
189 err(2, "%s", tape);
197 err(2, "%s: %s", tape, comp->c_name);
204 err(2, "%s: %s", tape, comp->c_name);
211 err(2, "%s", tape);
212 printf("%s: block location %u\n", tape, (unsigned int) count);
218 err(2, "%s", tape);
267 (void)printf("%d: unknown tape drive type\n",
274 (void)printf("%s tape drive, residual=%d\n", mt->t_name, bp->mt_resid);