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

/openbsd-current/sbin/restore/
H A Dtape.c64 static int numtrec; variable
840 if (blkcnt < numtrec) {
848 if (numtrec == 0)
849 numtrec = ntrec;
863 if (!pipein && numtrec < ntrec && i > 0) {
865 numtrec = ntrec;
887 numtrec = i / TP_BSIZE;
932 numtrec = 0;
972 numtrec = ntrec;

Completed in 107 milliseconds