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

/freebsd-12-stable/sbin/dump/
H A Dtape.c74 static char *nexttape; variable
378 if (nexttape)
595 if (nexttape || strchr(tape, ',')) {
596 if (nexttape && *nexttape)
597 tape = nexttape;
600 nexttape = p + 1;
602 nexttape = NULL;

Completed in 113 milliseconds