Lines Matching refs:syntax_error
132 syntax_error(const char *fmt, ...) in syntax_error() function
153 syntax_error("could not stat %s on include, error: %s", in parser_include()
170 syntax_error("incorrect argument to 'jail'. Must be either y[es] or n[o]"); in parser_jail()
229 syntax_error("recursive group definition for group %s", gid->name); in parser_group()
262 syntax_error("invalid format for user/group (%s)", tokens[2]); in parser_perm()
269 syntax_error("invalid user name %s", uname); in parser_perm()
274 syntax_error("invalid group name %s", grname); in parser_perm()
322 syntax_error("unknown group name '%s', you " in get_id()
554 syntax_error("at least %d tokens were expected but only %d were found", num, i); in rule_check_num_args()
581 syntax_error("Maximum include depth (%d) exceeded, " in read_config()
635 syntax_error("stray opening quote not at beginning of token"); in process_line()
641 syntax_error("stray closing quote not at end of token"); in process_line()
705 syntax_error("unknown verb/command %s", tokens[0]); in rule_parser()