Searched refs:RLIMIT_CORE (Results 1 - 25 of 31) sorted by relevance

12

/external/compiler-rt/test/sanitizer_common/TestCases/
H A Dcorelimit.cc10 getrlimit(RLIMIT_CORE, &lim_core);
/external/kernel-headers/original/uapi/asm-generic/
H A Dresource.h19 #define RLIMIT_CORE 4 /* max core file size */ macro
/external/mksh/src/
H A Drlimits.opt41 >c|RLIMIT_CORE
42 FN("coredump(blocks)", RLIMIT_CORE, 512
H A Drlimits.gen37 #ifdef RLIMIT_CORE
38 FN("coredump(blocks)", RLIMIT_CORE, 512, 'c')
115 #ifdef RLIMIT_CORE
/external/strace/xlat/
H A Dresources.h14 #if defined(RLIMIT_CORE) || (defined(HAVE_DECL_RLIMIT_CORE) && HAVE_DECL_RLIMIT_CORE)
15 XLAT(RLIMIT_CORE),
/external/ltp/testcases/kernel/syscalls/abort/
H A Dabort01.c137 SAFE_GETRLIMIT(NULL, RLIMIT_CORE, &rlim);
140 tst_resm(TINFO, "Adjusting RLIMIT_CORE to %i", MIN_RLIMIT_CORE);
142 SAFE_SETRLIMIT(NULL, RLIMIT_CORE, &rlim);
/external/ltp/testcases/kernel/syscalls/kill/
H A Dkill11.c202 SAFE_GETRLIMIT(NULL, RLIMIT_CORE, &rlim);
205 tst_resm(TINFO, "Adjusting RLIMIT_CORE to %i", MIN_RLIMIT_CORE);
207 SAFE_SETRLIMIT(NULL, RLIMIT_CORE, &rlim);
/external/ltp/testcases/kernel/syscalls/getrlimit/
H A Dgetrlimit01.c43 {RLIMIT_CORE, "RLIMIT_CORE"},
/external/ltp/testcases/kernel/syscalls/waitpid/
H A Dwaitpid02.c164 setrlimit(RLIMIT_CORE, &r);
H A Dwaitpid05.c239 if (setrlimit(RLIMIT_CORE, &newlimit) != 0)
241 "setrlimit(RLIMIT_CORE,RLIM_INFINITY) failed; this may cause some false core-dump test failures");
/external/autotest/client/bin/
H A Dtest.py65 resource.setrlimit(resource.RLIMIT_CORE, (-1, -1))
/external/toybox/toys/posix/
H A Dulimit.c64 char map[] = {RLIMIT_CORE, RLIMIT_DATA, RLIMIT_NICE, RLIMIT_FSIZE,
/external/valgrind/memcheck/tests/
H A Daddressable.c114 setrlimit(RLIMIT_CORE, &zero);
/external/python/cpython2/Modules/
H A Dresource.c286 #ifdef RLIMIT_CORE
287 PyModule_AddIntConstant(m, "RLIMIT_CORE", RLIMIT_CORE);
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DProcess.inc150 setrlimit(RLIMIT_CORE, &rlim);
/external/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise08.c68 SAFE_SETRLIMIT(RLIMIT_CORE, &limit);
/external/ltp/testcases/kernel/syscalls/setrlimit/
H A Dsetrlimit01.c22 * Use the different commands like RLIMIT_NOFILE, RLIMIT_CORE,
242 * test4() - Test for RLIMIT_CORE by forking a child and
250 TEST(setrlimit(RLIMIT_CORE, &rlim));
253 tst_resm(TFAIL | TERRNO, "setrlimit failed to set RLIMIT_CORE");
276 tst_resm(TPASS, "RLIMIT_CORE functionality is correct");
/external/google-breakpad/src/common/linux/tests/
H A Dcrash_generator.cc164 if (setrlimit(RLIMIT_CORE, &limits) == -1) {
/external/python/cpython2/Lib/plat-irix6/
H A DWAIT.py331 RLIMIT_CORE = 4 variable
/external/llvm/lib/Support/Unix/
H A DProcess.inc141 setrlimit(RLIMIT_CORE, &rlim);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
H A DProcess.inc132 setrlimit(RLIMIT_CORE, &rlim);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc92 setlim(RLIMIT_CORE, 0);
/external/python/cpython2/Lib/test/
H A Dtest_subprocess.py746 self.old_limit = resource.getrlimit(resource.RLIMIT_CORE)
747 resource.setrlimit(resource.RLIMIT_CORE, (0, 0))
771 resource.setrlimit(resource.RLIMIT_CORE, self.old_limit)
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py499 RLIMIT_CORE = 4 variable
/external/python/cpython2/Lib/plat-sunos5/
H A DIN.py867 RLIMIT_CORE = 4 variable

Completed in 805 milliseconds

12