Home | History | Annotate | Download | only in restore

Lines Matching refs:tmpbuf

388 #	define tmpbuf tmpspcl.s_spcl
483 if (gethead(&tmpbuf) == FAIL) {
489 if (tmpbuf.c_volume != volno) {
492 volno, tmpbuf.c_volume);
496 if (tmpbuf.c_date != dumpdate || tmpbuf.c_ddate != dumptime) {
497 time_t ttime = tmpbuf.c_date;
514 (long)tpblksread, (long)tmpbuf.c_firstrec);
515 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER)) {
517 tpblksread = tmpbuf.c_firstrec;
518 for (i = tmpbuf.c_count; i > 0; i--)
520 } else if (tmpbuf.c_firstrec > 0 &&
521 tmpbuf.c_firstrec < tpblksread - 1) {
525 i = tpblksread - tmpbuf.c_firstrec - 1;
540 if (tmpbuf.c_type == TS_TAPE && (tmpbuf.c_flags & DR_NEWHEADER))
541 for (i = tmpbuf.c_count; i > 0; i--)