Searched refs:have_core (Results 1 – 1 of 1) sorted by relevance
252 const char *have_core = WCOREDUMP(status) ? " - core dumped" : ""; in fpm_children_bury() local254 const char* have_core = ""; in fpm_children_bury() local261 snprintf(buf, sizeof(buf), "on signal %d (%s%s)", WTERMSIG(status), signame, have_core); in fpm_children_bury()
Completed in 4 milliseconds