HomeSort by relevance Sort by last modified time
    Searched defs:NCARGS (Results 1 - 7 of 7) 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)
  /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/lib/libbc/inc/include/sys/
param.h 60 #define NCARGS 0x100000 /* (absolute) max # characters in exec arglist */
  /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/ucbhead/sys/
param.h 88 #define NCARGS 0x100000 /* # characters in exec arglist */
  /onnv/onnv-gate/usr/src/uts/common/sys/
param.h 286 #define NCARGS NCARGS64
288 #define NCARGS NCARGS32

Completed in 180 milliseconds