HomeSort by: relevance | last modified time | path
    Searched refs:ep_maxargs (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/find/
find.h 121 #define ep_maxargs p_un.ex._ep_maxargs macro
function.c 608 if (plan->ep_narg == plan->ep_maxargs)
764 new->ep_maxargs = ARG_MAX / (sizeof (char *) + 16);
765 if (new->ep_maxargs > 5000)
766 new->ep_maxargs = 5000;
767 new->e_argv = emalloc((cnt + new->ep_maxargs)
787 if (c + new->ep_maxargs * sizeof (char *) >= MAXARG)
789 bufsize = MAXARG - c - new->ep_maxargs * sizeof (char *);

Completed in 22 milliseconds