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

/freebsd-current/usr.bin/find/
H A Dfind.h158 #define e_pnummax p_un.ex._e_pnummax macro
H A Dfunction.c633 if (++plan->e_ppos < plan->e_pnummax &&
743 new->e_pnummax = new->flags & F_EXECDIR ? 1 : argmax / 16;
744 argmax -= sizeof(char *) * new->e_pnummax;
749 cnt += new->e_pnummax + 1;
781 for (i = 0; i < new->e_pnummax; i++) {

Completed in 85 milliseconds