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

/freebsd-11-stable/bin/pax/
H A Doptions.c595 int incfiles_max = 0; local
751 if (++nincfiles > incfiles_max) {
752 incfiles_max = nincfiles + 3;
754 sizeof(*incfiles) * incfiles_max);

Completed in 371 milliseconds