Home
last modified time | relevance | path

Searched refs:NCARGS (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/vi/port/
H A Dex_tune.h92 #undef NCARGS
93 #define NCARGS 5120 macro
94 #define NARGS (NCARGS/6)
H A Dex_argv.h50 unsigned char argspac[NCARGS + sizeof (int)];
H A Dex_io.c266 int nleft = NCARGS; in glob()
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h294 #define NCARGS NCARGS64 macro
296 #define NCARGS NCARGS32
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c63 #ifndef NCARGS
64 #define NCARGS 5120 macro
164 char cmdbuf[NCARGS+1], *cp; in doit()
H A Din.rshd.c88 #ifndef NCARGS
89 #define NCARGS 5120 macro
412 static char cmdbuf[NCARGS+1];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c46 #ifndef NCARGS
47 #define NCARGS 5120 macro
67 #define GAVSIZ (NCARGS / 6)
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h214 #define ARGSBASE (MEMSCRUBBASE - NCARGS)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h246 #define ARGSBASE (MEMSCRUBBASE - NCARGS)
/illumos-gate/usr/src/ucbhead/sys/
H A Dparam.h86 #define NCARGS 0x100000 /* # characters in exec arglist */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h105 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dexpand.c21 #define GAVSIZ NCARGS / 6
97 nleft = NCARGS - 4;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h405 #define GAVSIZ (NCARGS / 6)
H A Dsh.glob.c98 gnleft = NCARGS - 4; in ginit()
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c242 twidth = NCARGS; in ucbmain()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab49 ARG_MAX POSIX SC 1 CDLMUX NCARGS 4096
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c2026 args->ncargs = NCARGS; in exec_args()
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c360 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1); in elfexec()