Home
last modified time | relevance | path

Searched refs:ARG_MAX (Results 1 - 25 of 31) sorted by relevance

12

/third_party/musl/include/
H A Dlimits.h49 #define ARG_MAX 4096 macro
52 #define ARG_MAX 131072 macro
/third_party/musl/porting/liteos_a/user/include/
H A Dlimits.h49 #define ARG_MAX 4096 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dlimits.h49 #define ARG_MAX 4096 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dlimits.h51 #define ARG_MAX 131072 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dlimits.h51 #define ARG_MAX 131072 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dlimits.h84 #define ARG_MAX 4096 macro
/third_party/musl/porting/linux/user/src/conf/
H A Dsysconf.c187 return ARG_MAX; in sysconf()
/third_party/musl/src/conf/
H A Dsysconf.c196 return ARG_MAX; in sysconf()
/third_party/toybox/toys/posix/
H A Dgetconf.c97 CONF(AIO_LISTIO_MAX), CONF(AIO_MAX), CONF(AIO_PRIO_DELTA_MAX), CONF(ARG_MAX),
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3335 pub const ARG_MAX: ::c_int = 256 * 1024; consts
3337 pub const ARG_MAX: ::c_int = 2 * 256 * 1024; consts
3350 pub const NCARGS: ::c_int = ARG_MAX;
/third_party/rust/crates/nix/src/
H A Dunistd.rs2156 ARG_MAX = libc::_SC_ARG_MAX,
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs305 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs310 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs310 pub const ARG_MAX: u32 = 131072; consts
/third_party/libevdev/
H A Dconfigure5601 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5609 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
/third_party/skia/third_party/externals/libpng/
H A Dconfigure5231 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5239 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
/third_party/eudev/
H A Dconfigure5914 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5922 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
/third_party/lame/
H A Dconfigure5643 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5651 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
/third_party/skia/third_party/externals/microhttpd/
H A Dconfigure5107 kargmax=`grep ARG_MAX /etc/conf/cf.d/stune 2>/dev/null`
5115 lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs317 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs314 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs317 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs314 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs304 pub const ARG_MAX: u32 = 131072; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs308 pub const ARG_MAX: u32 = 131072; consts

Completed in 207 milliseconds

12