Home | Sort by: relevance | last modified time | path |
/src/bin/sh/ | |
trap.c | 906 struct rlimit nocore; local in function:exitshell_savedstatus 911 nocore.rlim_cur = nocore.rlim_max = 0; 912 (void) setrlimit(RLIMIT_CORE, &nocore); |
trap.c | 906 struct rlimit nocore; local in function:exitshell_savedstatus 911 nocore.rlim_cur = nocore.rlim_max = 0; 912 (void) setrlimit(RLIMIT_CORE, &nocore); |