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

/freebsd-9.3-release/bin/pax/
H A Doptions.c588 int incfiles_max = 0; local
744 if (++nincfiles > incfiles_max) {
745 incfiles_max = nincfiles + 3;
747 sizeof(*incfiles) * incfiles_max);

Completed in 130 milliseconds