HomeSort by relevance Sort by last modified time
    Searched refs:NCARGS (Results 1 - 20 of 20) sorted by null

  /onnv/onnv-gate/usr/src/cmd/vi/port/
ex_tune.h 92 #undef NCARGS
93 #define NCARGS 5120
94 #define NARGS (NCARGS/6)
ex_argv.h 50 unsigned char argspac[NCARGS + sizeof (int)];
ex_io.c 268 int nleft = NCARGS;
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/sys/
param.h 60 #define NCARGS 0x100000 /* (absolute) max # characters in exec arglist */
  /onnv/onnv-gate/usr/src/uts/sun4u/sys/
machparam.h 228 #define ARGSBASE (MEMSCRUBBASE - NCARGS)
  /onnv/onnv-gate/usr/src/uts/sun4v/sys/
machparam.h 211 #define ARGSBASE (MEMSCRUBBASE - NCARGS)
  /onnv/onnv-gate/usr/src/uts/common/sys/
param.h 286 #define NCARGS NCARGS64
288 #define NCARGS NCARGS32
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
glob.c 48 #ifndef NCARGS
49 #define NCARGS 5120
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)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
in.rexecd.c 63 #ifndef NCARGS
64 #define NCARGS 5120
65 #endif /* NCARGS */
164 char cmdbuf[NCARGS+1], *cp;
in.rshd.c 88 #ifndef NCARGS
89 #define NCARGS 5120
90 #endif /* !NCARGS */
412 static char cmdbuf[NCARGS+1];
    [all...]
  /onnv/onnv-gate/usr/src/ucbhead/sys/
param.h 88 #define NCARGS 0x100000 /* # characters in exec arglist */
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
expand.c 22 #define GAVSIZ NCARGS / 6
98 nleft = NCARGS - 4;
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.h 414 * 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)
sh.glob.c 95 gnleft = NCARGS - 4;
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
glob.c 163 gnleft = NCARGS - 4;
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
conf.tab 49 ARG_MAX POSIX SC 1 CDLMUX NCARGS 4096
  /onnv/onnv-gate/usr/src/cmd/ps/
ucbps.c 241 twidth = NCARGS;
  /onnv/onnv-gate/usr/src/lib/brand/native/zone/
sw_support.c     [all...]
  /onnv/onnv-gate/usr/src/uts/common/exec/elf/
elf.c 319 * executable, we can set execsz with the appropriate NCARGS.
335 *execsz = btopr(SINCR) + btopr(SSIZE) + btopr(NCARGS-1);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/os/
exec.c     [all...]

Completed in 5576 milliseconds