HomeSort by: relevance | last modified time | path
    Searched defs:nexttape (Results 1 - 1 of 1) sorted by relevancy

  /src/sbin/dump/
tape.c 68 char *nexttape; variable in typeref:typename:char *
426 if (nexttape)
660 if (nexttape || strchr(tape, ',')) {
661 if (nexttape && *nexttape)
662 tape = nexttape;
665 nexttape = p + 1;
667 nexttape = NULL;

Completed in 11 milliseconds