Home
last modified time | relevance | path

Searched refs:test_syntax_error (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dtest.c91 test_syntax_error (char const *format, ...) in test_syntax_error() function
126 test_syntax_error (_("missing argument after %s"), quote (argv[argc - 1])); in beyond()
162 test_syntax_error (_("invalid integer %s"), quote (string)); in find_int()
240 test_syntax_error (_("%s expected"), quote (")")); in term()
243 test_syntax_error (_("%s expected, found %s"), in term()
324 test_syntax_error (_("-nt does not accept -l")); in binary_operator()
337 test_syntax_error (_("-ef does not accept -l")); in binary_operator()
353 test_syntax_error (_("-ot does not accept -l")); in binary_operator()
362 test_syntax_error (_("%s: unknown binary operator"), quote (argv[op])); in binary_operator()
392 test_syntax_error (_("%s: unary operator expected"), quote (argv[pos])); in unary_operator()
[all …]