Home
last modified time | relevance | path

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

/freebsd-14.2/bin/pax/
H A Dar_subs.c980 int in_resync = 0; /* set when we are in resync mode */ in next_head() local
1019 if (!in_resync) { in next_head()
1026 ++in_resync; in next_head()
1055 if ((ret = (*frmt->trail_tar)(hdbuf,in_resync,&cnt)) == 0){ in next_head()
1084 if (!in_resync) { in next_head()
1090 ++in_resync; in next_head()
H A Dtar.c104 tar_trail(char *buf, int in_resync, int *cnt) in tar_trail() argument
130 if (!in_resync && (++*cnt >= NULLCNT)) in tar_trail()