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

Function emit_exec_status

src/system.h:837–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

835}
836
837static inline void
838emit_exec_status (char const *program)
839{
840 printf (_("\n\
841Exit status:\n\
842 125 if the %s command itself fails\n\
843 126 if COMMAND is found but cannot be invoked\n\
844 127 if COMMAND cannot be found\n\
845 - the exit status of COMMAND otherwise\n\
846"), program);
847}
848
849static inline void
850emit_ancillary_info (char const *program)

Callers 6

usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85
usageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected