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

Function initialize_exit_failure

src/system.h:101–106  ·  view source on GitHub ↗

Set exit_failure to STATUS if that's not the default already. */

Source from the content-addressed store, hash-verified

99
100/* Set exit_failure to STATUS if that's not the default already. */
101static inline void
102initialize_exit_failure (int status)
103{
104 if (status != EXIT_FAILURE)
105 exit_failure = status;
106}
107
108#include <fcntl.h>
109#ifdef O_PATH

Callers 14

mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
cleanupFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

mainFunction · 0.68