_POSIX_ARG_MAX
char **pop, *argv[_POSIX_ARG_MAX];
for (pop = gl.gl_pathv; *pop && argc < _POSIX_ARG_MAX-1;
static char buf[_POSIX_ARG_MAX];
char exec[_POSIX_ARG_MAX];