Home
last modified time | relevance | path

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

/mirbsd/src/sbin/restore/
Dtape.c72 static int numtrec; variable
782 if (blkcnt < numtrec) { in readtape()
790 if (numtrec == 0) in readtape()
791 numtrec = ntrec; in readtape()
805 if (!pipein && numtrec < ntrec && i > 0) { in readtape()
807 numtrec = ntrec; in readtape()
829 numtrec = i / TP_BSIZE; in readtape()
874 numtrec = 0; in readtape()
914 numtrec = ntrec; in findtapeblksize()