/external/python/cpython2/Lib/test/ |
D | test_resource.py | 19 (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/ |
D | test_resource.py | 22 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 32 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 36 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 49 resource.setrlimit(resource.RLIMIT_FSIZE, (1024, max)) 73 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 78 resource.setrlimit(resource.RLIMIT_FSIZE, (cur, max)) 85 (cur, max) = resource.getrlimit(resource.RLIMIT_FSIZE) 90 resource.setrlimit(resource.RLIMIT_FSIZE, (too_big, max)) 94 resource.setrlimit(resource.RLIMIT_FSIZE, (max, too_big))
|
/external/strace/xlat/ |
D | resources.h | 13 #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),
|
D | resources.in | 3 RLIMIT_FSIZE 1
|
/external/mksh/src/ |
D | rlimits.gen | 34 #ifdef RLIMIT_FSIZE 35 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f') 124 #ifdef RLIMIT_FSIZE
|
D | rlimits.opt | 38 >f|RLIMIT_FSIZE 39 FN("file(blocks)", RLIMIT_FSIZE, 512
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | resource.h | 17 #define RLIMIT_FSIZE 1 /* Maximum filesize */ macro
|
/external/python/cpython2/Modules/ |
D | resource.c | 274 #ifdef RLIMIT_FSIZE in initresource() 275 PyModule_AddIntConstant(m, "RLIMIT_FSIZE", RLIMIT_FSIZE); in initresource()
|
/external/openssh/ |
D | sandbox-rlimit.c | 67 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
|
D | sandbox-darwin.c | 75 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
|
D | sandbox-capsicum.c | 75 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
|
D | sandbox-seccomp-filter.c | 315 if (setrlimit(RLIMIT_FSIZE, &rl_zero) == -1) in ssh_sandbox_child()
|
/external/ltp/testcases/kernel/syscalls/getrlimit/ |
D | getrlimit01.c | 40 {RLIMIT_FSIZE, "RLIMIT_FSIZE"},
|
/external/python/cpython3/Modules/ |
D | resource.c | 376 #ifdef RLIMIT_FSIZE in PyInit_resource() 377 PyModule_AddIntMacro(m, RLIMIT_FSIZE); in PyInit_resource()
|
/external/toybox/toys/posix/ |
D | ulimit.c | 65 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE, in ulimit_main()
|
/external/ltp/testcases/kernel/syscalls/llseek/ |
D | llseek01.c | 194 SAFE_SETRLIMIT(cleanup, RLIMIT_FSIZE, &rlp); in setup()
|
/external/linux-kselftest/tools/testing/selftests/powerpc/ptrace/ |
D | core-pkey.c | 93 ret = getrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit() 103 ret = setrlimit(RLIMIT_FSIZE, &rlim); in increase_core_file_limit()
|
/external/syzkaller/executor/ |
D | executor_bsd.h | 34 setrlimit(RLIMIT_FSIZE, &rlim); in os_init()
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 69 RLIMIT_FSIZE = 1
|
/external/ltp/testcases/kernel/syscalls/truncate/ |
D | truncate03.c | 147 SAFE_SETRLIMIT(cleanup, RLIMIT_FSIZE, &rlim); in setup()
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 91 RLIMIT_FSIZE = 1
|
/external/ltp/testcases/kernel/syscalls/setrlimit/ |
D | setrlimit01.c | 145 if ((setrlimit(RLIMIT_FSIZE, &rlim)) == -1) in test2()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | WAIT.py | 328 RLIMIT_FSIZE = 1 variable
|
/external/e2fsprogs/lib/ext2fs/ |
D | unix_io.c | 698 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/syzkaller/sys/linux/ |
D | sys_386.const | 484 RLIMIT_FSIZE = 1
|