Home
last modified time | relevance | path

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

/freebsd-14-stable/sbin/restore/
HDtape.c78 static int numtrec; variable
1131 if (blkcnt + (byteslide > 0) < numtrec) { in readtape()
1137 if (numtrec > 0) in readtape()
1139 &tapebuf[(numtrec-1) * TP_BSIZE], (long)TP_BSIZE); in readtape()
1140 oldnumtrec = numtrec; in readtape()
1143 if (numtrec == 0) in readtape()
1144 numtrec = ntrec; in readtape()
1158 if (!pipein && !pipecmdin && numtrec < ntrec && i > 0) { in readtape()
1160 numtrec = ntrec; in readtape()
1182 numtrec = i / TP_BSIZE; in readtape()
[all …]