_SC_ARG_MAX 40 libutil/xargs.c #if !defined(ARG_MAX) && defined(_SC_ARG_MAX) _SC_ARG_MAX 41 libutil/xargs.c #define ARG_MAX sysconf(_SC_ARG_MAX)