Home
last modified time | relevance | path

Searched refs:ARG_MAX (Results 1 – 12 of 12) sorted by relevance

/titanic_44/usr/src/cmd/sendmail/src/
H A Dconf.h46 #ifdef ARG_MAX
47 # if ARG_MAX > 4096
50 # define SM_ARG_MAX ARG_MAX
/titanic_44/usr/src/head/
H A Dlimits.h70 #define ARG_MAX _ARG_MAX64 /* max length of arguments to exec */ macro
72 #define ARG_MAX _ARG_MAX32 /* max length of arguments to exec */
/titanic_44/usr/src/lib/libast/common/misc/
H A Dcmdarg.c37 #ifndef ARG_MAX
38 #define ARG_MAX (64*1024) macro
88 x = ARG_MAX; in cmdopen()
/titanic_44/usr/src/lib/libc/port/gen/
H A Dsysconf.c69 return ((long)ARG_MAX); in sysconf()
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c59 static char argbuf[ARG_MAX];
310 char *av[ARG_MAX]; in exec()
/titanic_44/usr/src/lib/libshell/common/sh/
H A Dinit.c90 #ifndef ARG_MAX
91 # define ARG_MAX (1*1024*1024) macro
1111 shp->lim.arg_max = ARG_MAX; in sh_init()
/titanic_44/usr/src/lib/libast/common/comp/
H A Dconf.tab49 ARG_MAX POSIX SC 1 CDLMUX NCARGS 4096
/titanic_44/usr/src/cmd/zlogin/
H A Dzlogin.c1032 static char result_buf[ARG_MAX]; in zone_login_cmd()
/titanic_44/usr/src/cmd/find/
H A Dfind.c1411 varsize = sizeof (struct Arglist)+ARG_MAX-PATH_MAX-n-1;
/titanic_44/usr/src/lib/libproc/common/
H A DPsymtab.c3133 if (buflen >= ARG_MAX) in Penv_iter()
/titanic_44/usr/src/lib/libast/common/
H A DRELEASE78 09-02-02 misc/cmdarg.c: handle !defined(ARG_MAX)
237 06-12-11 comp/conf.tab: always defer ARG_MAX
/titanic_44/usr/src/lib/libshell/common/
H A DRELEASE1191 option is on, and the number of arguments would exceed ARG_MAX,