MAXARG
if (c >= MAXARG)
if (c + new->ep_maxargs * sizeof (char *) >= MAXARG)
bufsize = MAXARG - c - new->ep_maxargs * sizeof (char *);