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 macro
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.c265 int nleft = NCARGS;
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dparam.h60 #define NCARGS 0x100000 /* (absolute) max # characters in exec arglist */ macro
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dmachparam.h214 #define ARGSBASE (MEMSCRUBBASE - NCARGS)
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h282 #define NCARGS NCARGS64 macro
284 #define NCARGS NCARGS32 macro
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.rexecd.c63 #ifndef NCARGS
64 #define NCARGS 5120 macro
65 #endif /* NCARGS */
164 char cmdbuf[NCARGS+1], *cp;
H A Din.rshd.c88 #ifndef NCARGS
89 #define NCARGS 5120 macro
90 #endif /* !NCARGS */
412 static char cmdbuf[NCARGS+1];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dglob.c48 #ifndef NCARGS
49 #define NCARGS 5120 macro
61 * XXX: With the new VM system, NCARGS has become enormous, making
62 * it impractical to allocate arrays with NCARGS / 6 entries on
66 * on using the old value of NCARGS.
69 #define GAVSIZ (NCARGS / 6)
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dmachparam.h254 #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.c22 #define GAVSIZ NCARGS / 6
98 nleft = NCARGS - 4;
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h414 * XXX: With the new VM system, NCARGS has become enormous, making
415 * it impractical to allocate arrays with NCARGS / 6 entries on
419 * on using the old value of NCARGS.
422 #define GAVSIZ (NCARGS / 6)
H A Dsh.glob.c95 gnleft = NCARGS - 4;
/illumos-gate/usr/src/cmd/ps/
H A Ducbps.c243 twidth = NCARGS;
/illumos-gate/usr/src/uts/common/os/
H A Dexec.c1925 args->ncargs = NCARGS;
/illumos-gate/usr/src/uts/common/exec/elf/
H A Delf.c362 * executable, we can set execsz with the appropriate NCARGS.
378 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1);

Completed in 95 milliseconds