Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
737
static bool
738
abbreviation_lacks_prefix (char const *message)
739
{
740
return message[strlen (message) - 2] ==
' '
;
741
}
742
743
/* Print transfer statistics. */
744
Callers
1
print_xfer_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected