Searched refs:RLIMIT_CORE (Results 1 – 7 of 7) sorted by relevance
105 #define RLIMIT_CORE 4 /* core file size */ macro
108 #define RLIMIT_CORE 4 /* core file size */ macro
63 { "coredumpsize", login_getcapsize, RLIMIT_CORE },
142 (void)setrlimit(RLIMIT_CORE, &rlim); in pw_init()
424 setrlimit(RLIMIT_CORE, &rlim); in do_negative_test()
1041 if (setrlimit(RLIMIT_CORE, &rlmt) == -1) { in ngx_worker_process_init()
3763 limit = (off_t)lim_cur(td, RLIMIT_CORE); in coredump()