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

/freebsd-11-stable/bin/pax/
H A Dar_subs.c979 int in_resync = 0; /* set when we are in resync mode */ local
1018 if (!in_resync) {
1025 ++in_resync;
1054 if ((ret = (*frmt->trail_tar)(hdbuf,in_resync,&cnt)) == 0){
1083 if (!in_resync) {
1089 ++in_resync;
H A Dtar.c106 tar_trail(char *buf, int in_resync, int *cnt) argument
132 if (!in_resync && (++*cnt >= NULLCNT))

Completed in 115 milliseconds