Searched defs:SHELL_MAXARGS (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/find/
H A Dfind.c75 #define SHELL_MAXARGS 253 /* see doexec() for description */ macro
1217 char *newargs[1 + SHELL_MAXARGS + 1];
1266 * limited to SHELL_MAXARGS arguments. If you try to
1267 * pass more than SHELL_MAXARGS arguments, execvp()
1272 * packets of SHELL_MAXARGS arguments with respect of
1283 while (j <= SHELL_MAXARGS && argv[i]) {

Completed in 61 milliseconds