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

Function badfieldspec

src/sort.c:4294–4299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4292/* Report a bad field specification SPEC, with extra info MSGID. */
4293
4294static void
4295badfieldspec (char const *spec, char const *msgid)
4296{
4297 error (SORT_FAILURE, 0, _("%s: invalid field specification %s"),
4298 _(msgid), quote (spec));
4299}
4300
4301/* Report incompatible options. */
4302

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected