Searched refs:tapebuf (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sbin/restore/
H A Dtape.c79 static char *tapebuf; variable
188 if (tapebuf != NULL)
189 free(tapebuf - TP_BSIZE);
190 tapebuf = malloc((size+1) * TP_BSIZE);
191 if (tapebuf == NULL) {
195 tapebuf += TP_BSIZE;
1211 memmove(buf, &tapebuf[(blkcnt++ * TP_BSIZE) + byteslide], (long)TP_BSIZE);
1217 memmove(&tapebuf[-TP_BSIZE],
1218 &tapebuf[(numtrec-1) * TP_BSIZE], (long)TP_BSIZE);
1221 ((struct s_spcl *)&tapebuf[
[all...]

Completed in 162 milliseconds