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

/freebsd-12-stable/bin/pax/
H A Dar_subs.c981 int in_resync = 0; /* set when we are in resync mode */ local
1020 if (!in_resync) {
1027 ++in_resync;
1056 if ((ret = (*frmt->trail_tar)(hdbuf,in_resync,&cnt)) == 0){
1085 if (!in_resync) {
1091 ++in_resync;
H A Dtar.c108 tar_trail(char *buf, int in_resync, int *cnt) argument
134 if (!in_resync && (++*cnt >= NULLCNT))

Completed in 72 milliseconds