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

/ast/src/cmd/pax/
H A Dpax.c1026 state.maxout = n;
1746 if (state.maxout && state.maxout <= state.blocksize)
1747 error(3, "--maxout=%#i must be greater than --blocksize=%#i", state.maxout, state.blocksize);
1905 if (!state.maxout && state.complete)
H A Dmisc.c1063 if (ap->io->count + n > state.maxout)
1065 if (n > state.maxout)
H A Dpax.h558 off_t maxout; /* max volume/part output count */ \
H A Dbio.c829 if (state.maxout && ap->io->count >= state.maxout)
H A Dformat.c745 if ((ap->io->count + f->st->st_size) > state.maxout)

Completed in 18 milliseconds