/third_party/ltp/lib/ |
H A D | tst_coredump.c | 18 SAFE_GETRLIMIT(RLIMIT_CORE, &old_r); in tst_no_corefile() 27 SAFE_SETRLIMIT(RLIMIT_CORE, &new_r); in tst_no_corefile()
|
/third_party/ltp/testcases/kernel/syscalls/abort/ |
H A D | abort01.c | 77 SAFE_GETRLIMIT(RLIMIT_CORE, &rlim); in setup() 89 SAFE_SETRLIMIT(RLIMIT_CORE, &rlim); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
H A D | waitid10.c | 52 SAFE_GETRLIMIT(RLIMIT_CORE, &rlim); in setup() 64 tst_res(TINFO, "Raising RLIMIT_CORE rlim_cur=%li -> %li", in setup() 68 SAFE_SETRLIMIT(RLIMIT_CORE, &rlim); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/kill/ |
H A D | kill11.c | 108 SAFE_GETRLIMIT(RLIMIT_CORE, &rlim); in setup() 119 tst_res(TINFO, "Adjusting RLIMIT_CORE to %i", MIN_RLIMIT_CORE); in setup() 121 SAFE_SETRLIMIT(RLIMIT_CORE, &rlim); in setup()
|
/third_party/mksh/ |
H A D | ulimit.c | 94 #undef RLIMIT_CORE /* just in case */ macro 194 #ifndef RLIMIT_CORE 230 #ifndef RLIMIT_CORE in c_ulimit()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
H A D | resource.h | 55 #define RLIMIT_CORE 4 macro
|
/third_party/ltp/testcases/kernel/syscalls/getrlimit/ |
H A D | getrlimit02.c | 31 {EFAULT, "invalid address", (void *)-1, RLIMIT_CORE},
|
H A D | getrlimit01.c | 25 {RLIMIT_CORE, "RLIMIT_CORE"},
|
/third_party/ltp/testcases/kernel/syscalls/waitpid/ |
H A D | waitpid02.c | 164 setrlimit(RLIMIT_CORE, &r); in setup()
|
H A D | waitpid05.c | 239 if (setrlimit(RLIMIT_CORE, &newlimit) != 0) in setup() 241 "setrlimit(RLIMIT_CORE,RLIM_INFINITY) failed; this may cause some false core-dump test failures"); in setup()
|
/third_party/musl/libc-test/src/api/ |
H A D | sys_resource.c | 28 C(RLIMIT_CORE) in f()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | resource.h | 80 #define RLIMIT_CORE 4 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | resource.h | 80 #define RLIMIT_CORE 4 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | resource.h | 80 #define RLIMIT_CORE 4 macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
H A D | resource.h | 80 #define RLIMIT_CORE 4 macro
|
/third_party/libevdev/test/ |
H A D | test-main.c | 101 if (setrlimit(RLIMIT_CORE, &corelimit) != 0) in main()
|
/third_party/musl/include/sys/ |
H A D | resource.h | 80 #define RLIMIT_CORE 4 macro
|
/third_party/toybox/toys/posix/ |
H A D | ulimit.c | 65 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE, in ulimit_main()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/ |
H A D | mod.rs | 241 pub const RLIMIT_CORE: ::__rlimit_resource_t = 4; consts 261 pub const RLIMIT_CORE: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/ |
H A D | mod.rs | 225 pub const RLIMIT_CORE: ::__rlimit_resource_t = 4; consts 245 pub const RLIMIT_CORE: ::c_int = 4; consts
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/powerpc/ |
H A D | mod.rs | 203 pub const RLIMIT_CORE: ::__rlimit_resource_t = 4; consts 224 pub const RLIMIT_CORE: ::c_int = 4; consts
|
/third_party/python/Modules/ |
H A D | resource.c | 397 #ifdef RLIMIT_CORE in resource_exec() 398 ADD_INT(module, RLIMIT_CORE); in resource_exec()
|
/third_party/ltp/testcases/kernel/syscalls/madvise/ |
H A D | madvise08.c | 56 SAFE_SETRLIMIT(RLIMIT_CORE, &limit); in setup()
|
/third_party/ltp/testcases/kernel/syscalls/setrlimit/ |
H A D | setrlimit01.c | 22 * Use the different commands like RLIMIT_NOFILE, RLIMIT_CORE, 239 * test4() - Test for RLIMIT_CORE by forking a child and 247 TEST(setrlimit(RLIMIT_CORE, &rlim)); in test4() 250 tst_resm(TFAIL | TTERRNO, "setrlimit failed to set RLIMIT_CORE"); in test4() 273 tst_resm(TPASS, "RLIMIT_CORE functionality is correct"); in test4()
|
/third_party/libinput/test/ |
H A D | litest-selftest.c | 457 if (setrlimit(RLIMIT_CORE, &corelimit) != 0) in main()
|