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

/openbsd-current/sbin/restore/
H A Dtape.c838 int cnt, seek_failed; local
916 seek_failed = (rmtseek(i, 1) < 0);
919 seek_failed = (lseek(mt, i, SEEK_CUR) == (off_t)-1);
921 if (seek_failed)

Completed in 110 milliseconds