Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreutils/coreutils
/ cleanup_fatal
Function
cleanup_fatal
src/csplit.c:217–222 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
215
}
216
217
static _Noreturn void
218
cleanup_fatal (void)
219
{
220
cleanup ();
221
exit (EXIT_FAILURE);
222
}
223
224
extern void
225
xalloc_die (void)
Callers
11
xalloc_die
Function · 0.85
read_input
Function · 0.85
write_to_file
Function · 0.85
handle_line_error
Function · 0.85
regexp_error
Function · 0.85
process_regexp
Function · 0.85
create_output_file
Function · 0.85
close_output_file
Function · 0.85
save_line_to_file
Function · 0.85
extract_regexp
Function · 0.85
main
Function · 0.85
Calls
1
cleanup
Function · 0.70
Tested by
no test coverage detected