Home
last modified time | relevance | path

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

/freebsd-12.1/sbin/restore/
H A Dtape.c83 static long byteslide = 0; variable
1131 if (blkcnt + (byteslide > 0) < numtrec) { in readtape()
1132 memmove(buf, &tapebuf[(blkcnt++ * TP_BSIZE) + byteslide], (long)TP_BSIZE); in readtape()
1246 &tapebuf[(blkcnt++ * TP_BSIZE) + byteslide], (long)TP_BSIZE); in readtape()
1492 byteslide++; in findinode()
1493 if (byteslide < TP_BSIZE) { in findinode()
1497 byteslide = 0; in findinode()
1553 byteslide++; in findinode()
1554 if (byteslide < TP_BSIZE) { in findinode()
1558 byteslide = 0; in findinode()