/dflybsd-src/sbin/cryptdisks/ |
H A D | cryptdisks.c | 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() [all …]
|
/dflybsd-src/usr.bin/dfregress/ |
H A D | testcase.c | 645 syntax_error("The option 'timeout' needs a parameter"); in parse_testcase_option() 650 syntax_error("The option 'timeout' expects an integer " in parse_testcase_option() 657 syntax_error("The option 'timeout' needs a parameter"); in parse_testcase_option() 662 syntax_error("The option 'timeout' expects an integer " in parse_testcase_option() 673 syntax_error("The option 'pre' needs a parameter"); in parse_testcase_option() 680 syntax_error("The option 'post' needs a parameter"); in parse_testcase_option() 687 syntax_error("The option 'runas' needs a parameter"); in parse_testcase_option() 694 syntax_error("invalid user name for 'runas': %s", in parse_testcase_option() 701 syntax_error("The option 'interpreter' needs a parameter"); in parse_testcase_option() 706 syntax_error("The option 'make' needs a parameter"); in parse_testcase_option() [all …]
|
H A D | parser.c | 55 syntax_error(const char *fmt, ...) in syntax_error() function 76 syntax_error("at least %d tokens were expected but only %d " in entry_check_num_args() 109 syntax_error("stray opening quote not " in line_tokenize() 119 syntax_error("stray closing quote not " in line_tokenize() 190 syntax_error("Invalid expression in options token"); in parse_options()
|
H A D | parser.h | 32 void syntax_error(const char *, ...) __dead2 __printflike(1, 2);
|
/dflybsd-src/contrib/ncurses/ncurses/tinfo/ |
H A D | captoinfo.c | 627 bool syntax_error = FALSE; in _nc_infotocap() local 651 for (; !syntax_error && in _nc_infotocap() 883 syntax_error = TRUE; in _nc_infotocap() 889 syntax_error = TRUE; in _nc_infotocap() 893 syntax_error = TRUE; in _nc_infotocap() 900 if (syntax_error) in _nc_infotocap() 912 syntax_error = TRUE; in _nc_infotocap() 919 syntax_error = TRUE; /* termcap doesn't have octal, hex */ in _nc_infotocap() 938 syntax_error = TRUE; in _nc_infotocap() 954 syntax_error = TRUE; in _nc_infotocap() [all …]
|
/dflybsd-src/sbin/devfsctl/ |
H A D | devfsctl.c | 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() [all …]
|
H A D | devfsctl.h | 110 void syntax_error(const char *fmt, ...) __dead2 __printflike(1, 2);
|
/dflybsd-src/contrib/byacc/ |
H A D | reader.c | 560 syntax_error(lineno, line, t_cptr); in keyword() 574 syntax_error(lineno, line, cptr); in copy_ident() 737 syntax_error(lineno, line, cptr); in copy_code() 1259 syntax_error(lineno, line, cptr); in copy_param() 1503 syntax_error(lineno, line, base); in get_number() 1696 syntax_error(lineno, line, cptr); in declare_expect() 1723 syntax_error(lineno, line, cptr); in declare_argtypes() 1802 syntax_error(lineno, line, cptr); in declare_start() 1826 syntax_error(lineno, line, cptr); in read_declarations() 2428 syntax_error(lineno, line, s_cptr); in advance_to_start() [all …]
|
H A D | error.c | 71 syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() function
|
H A D | defs.h | 496 extern GCC_NORETURN void syntax_error(int st_lineno, char *st_line, char *st_cptr);
|
H A D | CHANGES | 2049 b) note that calling syntax_error() from get_number() does not return
|
/dflybsd-src/contrib/gcc-8.0/libcpp/ |
H A D | expr.c | 76 do { cpp_error (pfile, CPP_DL_ERROR, msgid); goto syntax_error; } while(0) 78 do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto syntax_error; } \ 81 do { cpp_error_with_line (pfile, CPP_DL_ERROR, (loc), 0, msgid); goto syntax_error; } \ 84 do { cpp_error_with_line (pfile, CPP_DL_ERROR, (loc), 0, msgid, arg); goto syntax_error; } \ 830 syntax_error: in cpp_classify_number() 1401 goto syntax_error; in _cpp_parse_expr() 1453 syntax_error: in _cpp_parse_expr()
|
/dflybsd-src/contrib/gcc-4.7/libcpp/ |
H A D | expr.c | 75 do { cpp_error (pfile, CPP_DL_ERROR, msgid); goto syntax_error; } while(0) 77 do { cpp_error (pfile, CPP_DL_ERROR, msgid, arg); goto syntax_error; } \ 624 syntax_error: in cpp_classify_number() 1174 goto syntax_error; in _cpp_parse_expr() 1224 syntax_error: in _cpp_parse_expr()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | c-parser.c | 8259 bool syntax_error = false; in c_parser_objc_at_property_declaration() local 8295 syntax_error = true; in c_parser_objc_at_property_declaration() 8302 syntax_error = true; in c_parser_objc_at_property_declaration() 8328 syntax_error = true; in c_parser_objc_at_property_declaration() 8332 if (syntax_error) in c_parser_objc_at_property_declaration()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c/ |
H A D | c-parser.c | 10696 bool syntax_error = false; in c_parser_objc_at_property_declaration() local 10732 syntax_error = true; in c_parser_objc_at_property_declaration() 10739 syntax_error = true; in c_parser_objc_at_property_declaration() 10765 syntax_error = true; in c_parser_objc_at_property_declaration() 10769 if (syntax_error) in c_parser_objc_at_property_declaration()
|
/dflybsd-src/contrib/gcc-4.7/gcc/cp/ |
H A D | parser.c | 24641 bool syntax_error = false; in cp_parser_objc_at_property_declaration() local 24671 syntax_error = true; in cp_parser_objc_at_property_declaration() 24678 syntax_error = true; in cp_parser_objc_at_property_declaration() 24708 syntax_error = true; in cp_parser_objc_at_property_declaration() 24712 if (syntax_error) in cp_parser_objc_at_property_declaration()
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | parser.c | 31080 bool syntax_error = false; in cp_parser_objc_at_property_declaration() local 31110 syntax_error = true; in cp_parser_objc_at_property_declaration() 31117 syntax_error = true; in cp_parser_objc_at_property_declaration() 31147 syntax_error = true; in cp_parser_objc_at_property_declaration() 31151 if (syntax_error) in cp_parser_objc_at_property_declaration()
|