Searched refs:nexttape (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/sbin/dump/
H A Dtape.c69 char *nexttape; variable
371 if (nexttape)
588 if (nexttape || strchr(tape, ',')) {
589 if (nexttape && *nexttape)
590 tape = nexttape;
593 nexttape = p + 1;
595 nexttape = NULL;

Completed in 93 milliseconds