HomeSort by: relevance | last modified time | path
    Searched defs:nocore (Results 1 - 2 of 2) sorted by relevancy

  /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);

Completed in 22 milliseconds