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

/netbsd-current/bin/pax/
H A Doptions.c886 int incfiles_max = 0; local
1074 if (++nincfiles > incfiles_max) {
1075 incfiles_max = nincfiles + 3;
1077 sizeof(*incfiles) * incfiles_max);

Completed in 139 milliseconds