Home | History | Annotate | Download | only in Modules

Lines Matching refs:rl

932     struct rlimit rl;
935 if (getrlimit(RLIMIT_CORE, &rl) == 0) {
936 rl.rlim_cur = 0;
937 setrlimit(RLIMIT_CORE, &rl);