Home
last modified time | relevance | path

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

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