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

Function abbreviation_lacks_prefix

src/dd.c:737–741  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

735}
736
737static bool
738abbreviation_lacks_prefix (char const *message)
739{
740 return message[strlen (message) - 2] == ' ';
741}
742
743/* Print transfer statistics. */
744

Callers 1

print_xfer_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected