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

/asus-wl-520gu-7.0.1.45/src/router/e2fsprogs-1.40.8/misc/
H A Dfindsuper.c115 int skiprate=512; /* one sector */ local
150 skiprate = strtol(argv[optind], &s, 0);
157 if (skiprate & 0x1ff) {
183 printf(_("starting at %Lu, with %u byte increments\n"), sk, skiprate);
189 read(fd, &ext2, 512) == 512; sk += skiprate) {

Completed in 31 milliseconds