Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/dump/
HDtape.c72 static char *nexttape; variable
377 if (nexttape) in close_rewind()
594 if (nexttape || strchr(tape, ',')) { in startnewtape()
595 if (nexttape && *nexttape) in startnewtape()
596 tape = nexttape; in startnewtape()
599 nexttape = p + 1; in startnewtape()
601 nexttape = NULL; in startnewtape()