Home
last modified time | relevance | path

Searched refs:RLIMIT_FSIZE (Results 1 – 25 of 65) sorted by relevance

123

/third_party/python/Lib/test/
Dtest_resource.py25 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
35 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
39 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
52 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
76 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
81 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
88 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
93 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
97 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
/third_party/musl/porting/liteos_a/user/src/legacy/
Dulimit.c10 getrlimit(RLIMIT_FSIZE, &rl); in ulimit()
18 if (setrlimit(RLIMIT_FSIZE, &rl)) return -1; in ulimit()
/third_party/musl/porting/linux/user/src/legacy/
Dulimit.c9 getrlimit(RLIMIT_FSIZE, &rl); in ulimit()
17 if (setrlimit(RLIMIT_FSIZE, &rl)) return -1; in ulimit()
/third_party/musl/src/legacy/
Dulimit.c14 getrlimit(RLIMIT_FSIZE, &rl); in ulimit()
22 if (setrlimit(RLIMIT_FSIZE, &rl)) return -1; in ulimit()
/third_party/mksh/
Drlimits.gen34 #ifdef RLIMIT_FSIZE
35 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f')
124 #ifdef RLIMIT_FSIZE
Drlimits.opt40 >f|RLIMIT_FSIZE
41 FN("file(blocks)", RLIMIT_FSIZE, 512
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/
Dmod.rs200 pub const RLIMIT_FSIZE: ::__rlimit_resource_t = 1; constant
221 pub const RLIMIT_FSIZE: ::c_int = 1; constant
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dresource.h52 #define RLIMIT_FSIZE 1 macro
/third_party/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c22 {RLIMIT_FSIZE, "RLIMIT_FSIZE"},
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
Dmod.rs222 pub const RLIMIT_FSIZE: ::__rlimit_resource_t = 1; constant
242 pub const RLIMIT_FSIZE: ::c_int = 1; constant
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
Dmod.rs238 pub const RLIMIT_FSIZE: ::__rlimit_resource_t = 1; constant
258 pub const RLIMIT_FSIZE: ::c_int = 1; constant
/third_party/musl/libc-test/src/api/
Dsys_resource.c31 C(RLIMIT_FSIZE) in f()
/third_party/ltp/testcases/kernel/syscalls/llseek/
Dllseek01.c69 SAFE_SETRLIMIT(RLIMIT_FSIZE, &rlp); in setup()
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dresource.h77 #define RLIMIT_FSIZE 1 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dresource.h77 #define RLIMIT_FSIZE 1 macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dresource.h77 #define RLIMIT_FSIZE 1 macro
/third_party/musl/include/sys/
Dresource.h77 #define RLIMIT_FSIZE 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dresource.h77 #define RLIMIT_FSIZE 1 macro
/third_party/python/Modules/
Dresource.c383 #ifdef RLIMIT_FSIZE in resource_exec()
384 ADD_INT(module, RLIMIT_FSIZE); in resource_exec()
/third_party/ltp/testcases/kernel/syscalls/truncate/
Dtruncate03.c103 SAFE_SETRLIMIT(RLIMIT_FSIZE, &rlim); in setup()
/third_party/toybox/toys/posix/
Dulimit.c65 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE, in ulimit_main()
/third_party/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit01.c145 if ((setrlimit(RLIMIT_FSIZE, &rlim)) == -1) in test2()
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
Dmod.rs204 pub const RLIMIT_FSIZE: ::__rlimit_resource_t = 1; constant
/third_party/rust/crates/nix/src/sys/
Dresource.rs71 RLIMIT_FSIZE,
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dtypes.rs50 Fsize = linux_raw_sys::general::RLIMIT_FSIZE,

123