Home
last modified time | relevance | path

Searched refs:MAXARGC (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/tools/build/src/engine/
Dexeccmd.cpp57 for ( i = 0; iter != end && i < MAXARGC; ++i, iter = list_next( iter ) ) in argv_from_shell()
Djam.h462 #define MAXARGC 32 /* words in $(JAMSHELL) */ macro
Dexecunix.cpp187 char const * argv[ MAXARGC + 1 ]; /* +1 for NULL */ in exec_cmd()
Dexecnt.cpp392 char const * argv[ MAXARGC + 1 ]; /* +1 for NULL */ in exec_cmd()