MCPcopy 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
217static _Noreturn void
218cleanup_fatal (void)
219{
220 cleanup ();
221 exit (EXIT_FAILURE);
222}
223
224extern void
225xalloc_die (void)

Callers 11

xalloc_dieFunction · 0.85
read_inputFunction · 0.85
write_to_fileFunction · 0.85
handle_line_errorFunction · 0.85
regexp_errorFunction · 0.85
process_regexpFunction · 0.85
create_output_fileFunction · 0.85
close_output_fileFunction · 0.85
save_line_to_fileFunction · 0.85
extract_regexpFunction · 0.85
mainFunction · 0.85

Calls 1

cleanupFunction · 0.70

Tested by

no test coverage detected