Home
last modified time | relevance | path

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

/freebsd-13.1/sbin/restore/
H A Dtape.c83 static long byteslide = 0; variable
1133 if (blkcnt + (byteslide > 0) < numtrec) { in readtape()
1134 memmove(buf, &tapebuf[(blkcnt++ * TP_BSIZE) + byteslide], (long)TP_BSIZE); in readtape()
1248 &tapebuf[(blkcnt++ * TP_BSIZE) + byteslide], (long)TP_BSIZE); in readtape()
1494 byteslide++; in findinode()
1495 if (byteslide < TP_BSIZE) { in findinode()
1499 byteslide = 0; in findinode()
1555 byteslide++; in findinode()
1556 if (byteslide < TP_BSIZE) { in findinode()
1560 byteslide = 0; in findinode()