Home | History | Annotate | Download | only in restore

Lines Matching refs:SKIP

407 	if (command == 'R' || command == 'r' || curfile.action != SKIP) {
507 * If continuing from the previous volume, skip over any
510 * If coming to this volume at random, skip to the beginning
538 * Skip up to the beginning of the next record
952 * skip over bit maps on the tape
963 * skip over a file on the tape
969 curfile.action = SKIP;
974 * Skip a hole in an output file
977 skiphole(void (*skip)(char *, size_t), volatile size_t *seekpos)
983 (*skip)(buf, s);
1039 * to the skip function.
1043 void (*skip)(char *, size_t))
1076 skiphole(skip, &seekpos);
1083 skiphole(skip, &seekpos);
1090 * We have a block of a hole. Don't skip it
1099 skiphole(skip, &seekpos);
1128 /* Skip over Linux extended attributes. */
1203 * Skip over a hole in a file.
1240 * Skip over a hole in a symbolic link (should never happen).
1294 * If found, skip rest of buffer and start with the next.
1338 case SKIP:
1616 * Complain if had to skip, and complain is set.
1632 skip:
1642 * Skip up to the beginning of the next record
1689 goto skip;