Searched refs:_POSIX_ARG_MAX (Results 1 – 6 of 6) sorted by relevance
79 #ifdef _POSIX_ARG_MAX80 { "_POSIX_ARG_MAX", _POSIX_ARG_MAX, 4096 },
24 _POSIX_ARG_MAX, _POSIX_ARG_MAX keyword
38 #define _POSIX_ARG_MAX 4096 macro
569 // POSIX requires that _POSIX_ARG_MAX is 4096, which is the lowest possible571 static long ArgMin = _POSIX_ARG_MAX;
92 #define ARG_MAX _POSIX_ARG_MAX
731 argmax = _POSIX_ARG_MAX; in c_exec()