Searched refs:ep_maxargs (Results 1 – 2 of 2) sorted by relevance
608 if (plan->ep_narg == plan->ep_maxargs) in f_exec()764 new->ep_maxargs = ARG_MAX / (sizeof (char *) + 16); in c_exec()765 if (new->ep_maxargs > 5000) in c_exec()766 new->ep_maxargs = 5000; in c_exec()767 new->e_argv = emalloc((cnt + new->ep_maxargs) in c_exec()787 if (c + new->ep_maxargs * sizeof (char *) >= MAXARG) in c_exec()789 bufsize = MAXARG - c - new->ep_maxargs * sizeof (char *); in c_exec()
121 #define ep_maxargs p_un.ex._ep_maxargs macro