Home
last modified time | relevance | path

Searched refs:_POSIX_ARG_MAX (Results 1 – 8 of 8) sorted by relevance

/openbsd/libexec/ftpd/
H A Dpopen.c67 char **pop, *argv[_POSIX_ARG_MAX]; in ftpd_ls()
87 for (pop = gl.gl_pathv; *pop && argc < _POSIX_ARG_MAX-1; in ftpd_ls()
/openbsd/include/
H A Dlimits.h41 #define _POSIX_ARG_MAX 4096 macro
/openbsd/gnu/usr.bin/perl/ext/File-Glob/
H A Dbsd_glob.c96 # ifdef _POSIX_ARG_MAX
97 # define ARG_MAX _POSIX_ARG_MAX
/openbsd/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL138 foreach (qw(_POSIX_ARG_MAX _POSIX_CHILD_MAX _POSIX_CHOWN_RESTRICTED
/openbsd/gnu/llvm/llvm/lib/Support/Unix/
H A DProgram.inc549 // POSIX requires that _POSIX_ARG_MAX is 4096, which is the lowest possible
551 static long ArgMin = _POSIX_ARG_MAX;
/openbsd/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t78 _POSIX_ARG_MAX _POSIX_CHILD_MAX _POSIX_CHOWN_RESTRICTED
/openbsd/usr.sbin/smtpd/
H A Dsmtpd.c1293 char exec[_POSIX_ARG_MAX]; in fork_filter_process()
/openbsd/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pod2650 C<_POSIX_ARG_MAX> C<_POSIX_CHILD_MAX> C<_POSIX_CHOWN_RESTRICTED> C<_POSIX_JOB_CONTROL>