/third_party/python/Lib/test/ |
D | test_resource.py | 25 (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/ |
D | ulimit.c | 10 getrlimit(RLIMIT_FSIZE, &rl); in ulimit() 18 if (setrlimit(RLIMIT_FSIZE, &rl)) return -1; in ulimit()
|
/third_party/musl/porting/linux/user/src/legacy/ |
D | ulimit.c | 9 getrlimit(RLIMIT_FSIZE, &rl); in ulimit() 17 if (setrlimit(RLIMIT_FSIZE, &rl)) return -1; in ulimit()
|
/third_party/musl/src/legacy/ |
D | ulimit.c | 14 getrlimit(RLIMIT_FSIZE, &rl); in ulimit() 22 if (setrlimit(RLIMIT_FSIZE, &rl)) return -1; in ulimit()
|
/third_party/mksh/ |
D | rlimits.gen | 34 #ifdef RLIMIT_FSIZE 35 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f') 124 #ifdef RLIMIT_FSIZE
|
D | rlimits.opt | 40 >f|RLIMIT_FSIZE 41 FN("file(blocks)", RLIMIT_FSIZE, 512
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
D | mod.rs | 200 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/ |
D | resource.h | 52 #define RLIMIT_FSIZE 1 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 22 {RLIMIT_FSIZE, "RLIMIT_FSIZE"},
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
D | mod.rs | 222 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/ |
D | mod.rs | 238 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/ |
D | sys_resource.c | 31 C(RLIMIT_FSIZE) in f()
|
/third_party/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek01.c | 69 SAFE_SETRLIMIT(RLIMIT_FSIZE, &rlp); in setup()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | resource.h | 77 #define RLIMIT_FSIZE 1 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | resource.h | 77 #define RLIMIT_FSIZE 1 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | resource.h | 77 #define RLIMIT_FSIZE 1 macro
|
/third_party/musl/include/sys/ |
D | resource.h | 77 #define RLIMIT_FSIZE 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | resource.h | 77 #define RLIMIT_FSIZE 1 macro
|
/third_party/python/Modules/ |
D | resource.c | 383 #ifdef RLIMIT_FSIZE in resource_exec() 384 ADD_INT(module, RLIMIT_FSIZE); in resource_exec()
|
/third_party/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate03.c | 103 SAFE_SETRLIMIT(RLIMIT_FSIZE, &rlim); in setup()
|
/third_party/toybox/toys/posix/ |
D | ulimit.c | 65 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE, in ulimit_main()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit01.c | 145 if ((setrlimit(RLIMIT_FSIZE, &rlim)) == -1) in test2()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/ |
D | mod.rs | 204 pub const RLIMIT_FSIZE: ::__rlimit_resource_t = 1; constant
|
/third_party/rust/crates/nix/src/sys/ |
D | resource.rs | 71 RLIMIT_FSIZE,
|
/third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
D | types.rs | 50 Fsize = linux_raw_sys::general::RLIMIT_FSIZE,
|