Lines Matching refs:syntax_error
63 static void syntax_error(const char *, ...) __printflike(1, 2);
93 syntax_error(const char *fmt, ...) in syntax_error() function
114 syntax_error("at least %d tokens were expected but only %d " in entry_check_num_args()
147 syntax_error("stray opening quote not " in line_tokenize()
157 syntax_error("stray closing quote not " in line_tokenize()
207 syntax_error("The option 'tries' needs a parameter"); in parse_crypt_options()
212 syntax_error("The option 'tries' expects an integer " in parse_crypt_options()
219 syntax_error("The option 'timeout' needs a parameter"); in parse_crypt_options()
224 syntax_error("The option 'timeout' expects an integer " in parse_crypt_options()
233 syntax_error("The option 'keyscript' needs a parameter"); in parse_crypt_options()
244 syntax_error("The 'keyscript' file could not be run"); in parse_crypt_options()
248 syntax_error("The 'keyscript' program failed"); in parse_crypt_options()
260 syntax_error("Unknown option: %s", option); in parse_crypt_options()
482 syntax_error("Invalid expression in options token"); in process_line()