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

Function beyond

src/test.c:129–133  ·  view source on GitHub ↗

* beyond - call when we're beyond the end of the argument list (an * error condition) */

Source from the content-addressed store, hash-verified

127 * error condition)
128 */
129static _Noreturn void
130beyond (void)
131{
132 test_syntax_error (_("missing argument after %s"), quote (argv[argc - 1]));
133}
134
135/* If the characters pointed to by STRING constitute a valid number,
136 return a pointer to the start of the number, skipping any blanks or

Callers 4

advanceFunction · 0.85
termFunction · 0.85
exprFunction · 0.85
two_argumentsFunction · 0.85

Calls 1

test_syntax_errorFunction · 0.85

Tested by

no test coverage detected