Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/test/
Dtest_resource.py19 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
28 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
32 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
44 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
68 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
73 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
80 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
84 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
88 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
/external/python/cpython3/Lib/test/
Dtest_resource.py23 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
33 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
37 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
50 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max))
74 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
79 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max))
86 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE)
91 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max))
95 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
/external/strace/xlat/
Dresources.h13 #if defined(RLIMIT_FSIZE) || (defined(HAVE_DECL_RLIMIT_FSIZE) && HAVE_DECL_RLIMIT_FSIZE)
15 static_assert((RLIMIT_FSIZE) == (1), "RLIMIT_FSIZE != 1");
18 # define RLIMIT_FSIZE 1
240 [RLIMIT_FSIZE] = XLAT(RLIMIT_FSIZE),
Dresources.in3 RLIMIT_FSIZE 1
/external/mksh/src/
Drlimits.gen34 #ifdef RLIMIT_FSIZE
35 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f')
130 #ifdef RLIMIT_FSIZE
Drlimits.opt38 >f|RLIMIT_FSIZE
39 FN("file(blocks)", RLIMIT_FSIZE, 512
/external/kernel-headers/original/uapi/asm-generic/
Dresource.h17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
/external/openssh/
Dsandbox-rlimit.c67 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
Dsandbox-darwin.c75 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
Dsandbox-capsicum.c75 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
Dsandbox-seccomp-filter.c387 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
/external/ltp/testcases/kernel/syscalls/getrlimit/
Dgetrlimit01.c40 {RLIMIT_FSIZE, "RLIMIT_FSIZE"},
/external/python/cpython2/Modules/
Dresource.c274 #ifdef RLIMIT_FSIZE in initresource()
275 PyModule_AddIntConstant(m, "RLIMIT_FSIZE", RLIMIT_FSIZE); in initresource()
/external/ltp/testcases/kernel/syscalls/llseek/
Dllseek01.c69 SAFE_SETRLIMIT(RLIMIT_FSIZE, &rlp); in setup()
/external/python/cpython3/Modules/
Dresource.c374 #ifdef RLIMIT_FSIZE in resource_exec()
375 ADD_INT(module, RLIMIT_FSIZE); in resource_exec()
/external/toybox/toys/posix/
Dulimit.c69 RLIMIT_FSIZE, RLIMIT_SIGPENDING, RLIMIT_MEMLOCK, in ulimit_main()
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/
Dcore-pkey.c93 ret = getrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
103 ret = setrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
/external/ltp/testcases/kernel/syscalls/truncate/
Dtruncate03.c147 SAFE_SETRLIMIT(cleanup, RLIMIT_FSIZE, &rlim); in setup()
/external/ltp/testcases/kernel/syscalls/setrlimit/
Dsetrlimit01.c145 if ((setrlimit(RLIMIT_FSIZE, &rlim)) == -1) in test2()
/external/python/cpython2/Lib/plat-irix6/
DWAIT.py328 RLIMIT_FSIZE = 1 variable
/external/e2fsprogs/lib/ext2fs/
Dunix_io.c698 setrlimit(RLIMIT_FSIZE, &rlim); in unix_open_channel()
699 getrlimit(RLIMIT_FSIZE, &rlim); in unix_open_channel()
703 setrlimit(RLIMIT_FSIZE, &rlim); in unix_open_channel()
/external/rust/crates/libc/src/unix/linux_like/linux/uclibc/
Dmod.rs129 pub const RLIMIT_FSIZE: ::c_int = 1; constant
/external/python/cpython2/Lib/plat-atheos/
DIN.py496 RLIMIT_FSIZE = 1 variable
/external/python/cpython2/Doc/library/
Dresource.rst102 .. data:: RLIMIT_FSIZE
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs619 pub const RLIMIT_FSIZE: ::c_int = 1; constant

12