MCPcopy Create free account
hub / github.com/coreutils/coreutils / cleanup

Function cleanup

src/sort.c:380–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378/* Clean up any remaining temporary files. */
379
380static void
381cleanup (void)
382{
383 for (struct tempnode const *node = temphead; node; node = node->next)
384 unlink (node->name);
385 temphead = NULL;
386}
387
388/* Handle interrupts and hangups. */
389

Callers 2

sighandlerFunction · 0.70
exit_cleanupFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected