Home
last modified time | relevance | path

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

/freebsd/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 && in f_exec()
743 new->e_pnummax = new->flags & F_EXECDIR ? 1 : argmax / 16; in c_exec()
744 argmax -= sizeof(char *) * new->e_pnummax; in c_exec()
749 cnt += new->e_pnummax + 1; in c_exec()
781 for (i = 0; i < new->e_pnummax; i++) { in c_exec()