Searched defs:NCARGS (Results 1 - 8 of 8) 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)
/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/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/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/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/ucbhead/sys/
H A Dparam.h86 #define NCARGS 0x100000 /* # characters in exec arglist */ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dparam.h282 #define NCARGS NCARGS64 macro
284 #define NCARGS NCARGS32 macro

Completed in 56 milliseconds