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

/openbsd-current/sbin/restore/
H A Dtape.c1183 static long skipcnt = 0; local
1193 skipcnt++;
1196 skipcnt++;
1209 skipcnt++;
1250 if (skipcnt > 0)
1251 fprintf(stderr, "resync restore, skipped %ld blocks\n", skipcnt);
1252 skipcnt = 0;

Completed in 128 milliseconds