Home
last modified time | relevance | path

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

/freebsd/sbin/dump/
H A Dtape.c66 static char *nexttape; variable
371 if (nexttape) in close_rewind()
588 if (nexttape || strchr(tape, ',')) { in startnewtape()
589 if (nexttape && *nexttape) in startnewtape()
590 tape = nexttape; in startnewtape()
593 nexttape = p + 1; in startnewtape()
595 nexttape = NULL; in startnewtape()