Searched refs:result_from_exitcode (Results 1 – 1 of 1) sorted by relevance
726 static const char *result_from_exitcode(int exitcode) in result_from_exitcode() function845 const char *result = has_timeout ? "timeout" : result_from_exitcode(exitcode); in fill_from_journal()