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

Function quit

src/dd.c:987–992  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987static void
988quit (int code)
989{
990 finish_up ();
991 exit (code);
992}
993
994/* Return LEN rounded down to a multiple of IO_BUFSIZE
995 (to minimize calls to the expensive posix_fadvise (,POSIX_FADV_DONTNEED),

Callers 3

write_outputFunction · 0.85
skipFunction · 0.85
dd_copyFunction · 0.85

Calls 1

finish_upFunction · 0.85

Tested by

no test coverage detected