Home
last modified time | relevance | path

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

1234

/dports/editors/2bsd-vi/ex-050325/
H A Dex_tune.h186 #undef NCARGS
189 #define NCARGS LBSIZE /* Maximum arglist chars in "next" */ macro
191 #define NCARGS 5120 macro
192 #define NARGS (NCARGS/6)
H A Dex_argv.h101 char argspac[NCARGS + sizeof (int)];
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dparam.h56 #ifndef NCARGS
58 # define NCARGS ARG_MAX macro
62 # define NCARGS INT_MAX macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/sys/
H A Dparam.h56 #ifndef NCARGS
58 # define NCARGS ARG_MAX macro
62 # define NCARGS INT_MAX macro
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/mpd/
H A Dmpdstats_83 NCARGS=${netcat_args:-""}
95 elif ! echo stats | "$NCBIN" $NCARGS "$MPDHOST" "$MPDPORT" >/dev/null 2>&1; then
106 echo stats | "$NCBIN" $NCARGS "$MPDHOST" "$MPDPORT" | awk 'BEGIN {FS=":"} /^[^ ]+:/ {print $1}'
116 … stat_value="$(echo stats | "$NCBIN" $NCARGS "$MPDHOST" "$MPDPORT" | awk "/^${key}:/ {print \$2}")"
/dports/security/krb5-appl/krb5-appl-1.0.3/gssftp/ftp/
H A Dglob.c67 #undef NCARGS
68 #define NCARGS ARG_MAX macro
71 #ifndef NCARGS
72 #define NCARGS 4096 macro
78 #define GAVSIZ (NCARGS/6)
155 gnleft = NCARGS - 4;
/dports/net/fspd/fsp-2.8.1b29/bsd_src/
H A Dglob.c38 #ifndef NCARGS
39 #define NCARGS ARG_MAX macro
45 #define GAVSIZ (NCARGS/6)
90 gnleft = NCARGS - 4; in ginit()
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-env.c50 #elif defined(NCARGS) in stress_env_child()
51 arg_max = STRESS_MAXIMUM(arg_max, NCARGS); in stress_env_child()
/dports/graphics/geomview/geomview-1.9.5/src/bin/animate/
H A Dglob.c50 #ifndef NCARGS
51 #define NCARGS 10240 macro
57 #define GAVSIZ (NCARGS/6)
139 gnleft = NCARGS - 4;
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dparam.h42 #define NCARGS 131072 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-glibc/bits/
H A Dparam.h42 #define NCARGS 131072 macro
/dports/devel/dev86/dev86-0.16.20/libc/include/bsd/
H A Dbsd.h31 #define NCARGS ARG_MAX macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/wasm-wasi-musl/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/devel/wasi-libc/wasi-libc-ad5133410f66b93a2381db5b542aad5e0964db96/libc-top-half/musl/include/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/wasm-wasi-musl/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/generic-musl/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/musl/include/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig/zig-0.9.0/lib/libc/wasi/libc-top-half/musl/include/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig/zig-0.9.0/lib/libc/musl/include/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/generic-musl/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/devel/emscripten/emscripten-2.0.3/system/include/libc/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/devel/tinygo/tinygo-0.14.1/lib/wasi-libc/libc-top-half/musl/include/sys/
H A Dparam.h12 #define NCARGS 131072 macro
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/newlib/libc/sys/rtems/include/sys/
H A Dparam.h76 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/sys/rtems/sys/
H A Dparam.h96 #define NCARGS ARG_MAX /* max bytes for an exec function */ macro

1234