Lines Matching refs:parse_error
143 parse_error(cfile, "semicolon expected.");
158 parse_error(cfile, "expecting a string");
160 parse_error(cfile, "no memory for string %s.", val);
259 parse_error(cfile, "expected IPv4 address. got "
267 parse_error(cfile, "%s: host unknown.", name->content);
284 parse_error(cfile, "%s (%d): expecting IP address or hostname",
360 parse_error(cfile, "Invalid IPv6 address.");
375 parse_error(cfile, "Invalid IPv6 address.");
427 parse_error(cfile, "empty hardware address");
430 parse_error(cfile, "can't get hardware address");
432 parse_error(cfile, "hardware address too long");
435 parse_error(cfile, "expecting semicolon.");
483 parse_error(cfile, "no space for numeric aggregate");
499 parse_error(cfile, "too few numbers.");
506 parse_error(cfile, "unexpected end of file");
511 parse_error(cfile, "expecting numeric value.");
573 parse_error(cfile, "Bogus number: %s.", str);
575 parse_error(cfile,
588 parse_error(cfile,
594 parse_error(cfile,
600 parse_error(cfile,
620 parse_error(cfile,
636 parse_error(cfile,
661 parse_error(cfile,
666 parse_error(cfile, "no memory for uname information.");
675 parse_error(cfile, "expecting identifier after '.'");
681 parse_error(cfile, "no option space named %s.", uname);
695 parse_error(cfile, "unknown server option %s.", val);
710 parse_error(cfile, "Option code 0 is illegal "
713 parse_error(cfile, "Option code 255 is illegal "
762 parse_error(cfile, "no option named %s in space %s",
788 parse_error(cfile, "expecting identifier.");
795 parse_error(cfile, "No memory for new option space.");
817 parse_error(cfile, "expecting width token.");
821 parse_error(cfile,
856 parse_error(cfile, "expecting width token.");
860 parse_error(cfile, "expecting number 1 or 2.");
889 parse_error(cfile, "expecting size token.");
893 parse_error(cfile,
898 parse_error(cfile, "Unexpected token.");
976 parse_error(cfile, "expecting option code number.");
1009 parse_error(cfile, "expecting \"=\"");
1017 parse_error(cfile, "expecting \"of\".");
1040 parse_error(cfile,
1046 parse_error(cfile, "no nested arrays.");
1058 parse_error(cfile, "expecting \"of\".");
1062 parse_error(cfile,
1085 parse_error(cfile, "expecting number.");
1115 parse_error(cfile,
1124 parse_error(cfile, "expecting \"integer\" keyword.");
1150 parse_error(cfile, "domain list in DHCPv6 "
1163 parse_error(cfile, "arrays of text strings not %s",
1176 parse_error(cfile,
1193 parse_error(cfile, "array incompatible with zerolen.");
1198 parse_error(cfile, "unknown data type %s", val);
1215 parse_error(cfile,
1225 parse_error(cfile, "expecting right brace.");
1230 parse_error(cfile,
1304 parse_error(cfile, "expecting option code number.");
1311 parse_error(cfile, "expecting \"=\"");
1314 parse_error(cfile, "expecting encapsulate");
1317 parse_error(cfile, "expecting option space identifier");
1320 parse_error(cfile, "unknown option space %s", val);
1508 parse_error(cfile, "expecting hexadecimal number.");
1542 parse_error(cfile, "expecting hexadecimal number.");
1576 parse_error(cfile, "statements is not a list?");
1625 parse_error(cfile, "Expecting 'local' or 'default'.");
1629 parse_error(cfile, "Expecting a semicolon.");
1646 parse_error(cfile, "expecting class name.");
1747 parse_error(cfile,
1755 parse_error(cfile, "switch default statement in %s",
1774 parse_error(cfile,
1795 parse_error(cfile,
1804 parse_error(cfile, "expecting right paren.");
1814 parse_error(cfile, "expecting left brace.");
1827 parse_error(cfile, "expecting rigt brace.");
1830 parse_error(cfile,
1838 parse_error(cfile,
1854 parse_error(cfile, "%s can't be a variable name", val);
1873 parse_error(cfile,
1890 parse_error(cfile, "left parenthesis expected.");
1894 parse_error(cfile, "Expecting a quoted string.");
1903 parse_error(cfile,
1914 parse_error(cfile, "right parenthesis expected.");
1927 parse_error(cfile,
1958 parse_error(cfile, "left parenthesis expected.");
1978 parse_error(cfile, "comma expected.");
1993 parse_error(cfile, "right parenthesis expected.");
1997 parse_error(cfile, "semicolon expected.");
2024 parse_error(cfile, "expecting hostname.");
2070 parse_error(cfile, "expecting "
2113 parse_error(cfile, "expecting left brace");
2120 parse_error(cfile, "more than one primary.");
2127 parse_error(cfile, "more than one secondary.");
2138 parse_error(cfile,
2145 parse_error(cfile, "expecting semicolon.");
2150 parse_error(cfile, "more than one primary6.");
2157 parse_error(cfile, "more than one secondary6.");
2167 parse_error(cfile, "expecting IPv6 addr.");
2172 parse_error(cfile, "expecting semicolon.");
2184 parse_error(cfile, "expecting key name.");
2187 parse_error(cfile, "Multiple key definitions");
2200 parse_error(cfile, "expecting right brace.");
2239 parse_error(cfile, "expecting key name.");
2245 parse_error(cfile, "expecting left brace");
2252 parse_error(cfile, "key: too many algorithms");
2255 parse_error(cfile,
2271 parse_error(cfile, "key: too many secrets");
2289 parse_error(cfile, "expecting right brace.");
2341 parse_error(cfile, "expecting a lease event type");
2355 parse_error(cfile, "left brace expected.");
2370 parse_error(cfile, "right brace expected.");
2397 parse_error(cfile, "expecting left brace.");
2407 parse_error(cfile,
2415 parse_error(cfile, "right paren expected.");
2419 parse_error(cfile, "left brace expected.");
2432 parse_error(cfile, "right brace expected.");
2456 parse_error(cfile, "expecting %s expression.",
2466 parse_error(cfile, "colon expected.");
2509 parse_error(cfile, "boolean expression expected.");
2517 parse_error(cfile, "expecting right paren.");
2521 parse_error(cfile, "left brace expected.");
2535 parse_error(cfile, "right brace expected.");
2545 parse_error(cfile,
2551 parse_error(cfile, "left brace or if expected.");
2560 parse_error(cfile, "right brace expected.");
2568 parse_error(cfile,
2603 parse_error(cfile, "Expecting a boolean expression.");
2623 parse_error(cfile,
2662 parse_error(cfile, "Expecting a data expression.");
2685 parse_error(cfile, "Expecting a numeric expression.");
2716 parse_error(cfile, "string expected.");
2729 parse_error(cfile, "expression expected");
2734 parse_error(cfile, "boolean expression expected");
2747 parse_error(cfile, "expression expected");
2753 parse_error(cfile, "right paren expected");
2804 parse_error(cfile, "left parenthesis expected.");
2811 parse_error(cfile,
2820 parse_error(cfile, "comma expected.");
2827 parse_error(cfile,
2845 parse_error(cfile, "right parenthesis expected.");
3203 parse_error(cfile, "left parenthesis expected.");
3207 parse_error(cfile,
3214 parse_error(cfile, "comma expected.");
3218 parse_error(cfile, "number expected.");
3233 parse_error(cfile, "unsupported integer size %s", val);
3238 parse_error(cfile, "right parenthesis expected.");
3249 parse_error(cfile, "left parenthesis expected.");
3252 parse_error(cfile, "expecting numeric expression.");
3256 parse_error(cfile, "comma expected.");
3260 parse_error(cfile, "number expected.");
3275 parse_error(cfile, "unsupported integer size %s", val);
3280 parse_error(cfile, "right parenthesis expected.");
3488 parse_error(cfile, "%s can't be a variable name", val);
3525 parse_error(cfile, "Expecting quoted literal: "
3603 parse_error(cfile,
3612 parse_error(cfile, "Right parenthesis expected.");
3643 parse_error(cfile,
3658 parse_error(cfile, "! in boolean context without =");
3677 parse_error(cfile, "expecting ~= or ~~ operator");
3771 parse_error(cfile,
3786 parse_error(cfile, "illegal expression relating "
3800 parse_error(cfile, "expecting data/numeric "
3811 parse_error(cfile,
3823 parse_error(cfile,
3854 parse_error(cfile,
3977 parse_error(cfile, "unknown format for option %s.%s\n",
3986 parse_error(cfile, "unsupported format %s for option %s.%s\n",
4013 parse_error(cfile, "parse_option_data failed");
4109 parse_error(cfile,
4121 parse_error(cfile,
4130 parse_error(cfile, "parse_option_token_binary "
4184 parse_error(cfile, "unknown format for option %s.%s\n",
4189 parse_error(cfile, "can't parse binary option data");
4192 parse_error(cfile, "can't get binary option data");
4194 parse_error(cfile, "option data must be binary");
4199 parse_error(cfile, "can't parse text option data");
4202 parse_error(cfile, "can't get test option data");
4204 parse_error(cfile, "option data must be a string");
4324 parse_error(cfile,
4351 parse_error(cfile, "can't get const-data");
4407 parse_error(cfile, "expecting identifier.");
4417 parse_error(cfile, "expecting string "
4429 parse_error(cfile, "expecting string "
4441 parse_error(cfile, "not a valid domain name.");
4447 parse_error(cfile, "expecting string.");
4475 parse_error(cfile, "expecting number.");
4484 parse_error(cfile, "expecting identifier.");
4499 parse_error(cfile, "expecting boolean.");
4504 parse_error(cfile, "semicolon expected.");
4508 parse_error(cfile, "Bad format '%c' in parse_option_token.",
4530 parse_error(cfile, "expecting identifier.");
4544 parse_error(cfile, "expecting string "
4554 parse_error(cfile, "parse_domain_list failed");
4561 parse_error(cfile, "not a valid domain name.");
4564 parse_error(cfile, "too long domain name.");
4572 parse_error(cfile, "expecting string.");
4598 parse_error(cfile, "expecting number.");
4624 parse_error(cfile, "expecting identifier.");
4636 parse_error(cfile, "expecting boolean.");
4641 parse_error(cfile, "semicolon expected.");
4645 parse_error(cfile, "Bad format '%c' in parse_option_token.",
4673 parse_error(cfile, "Expecting a domain string.");
4681 parse_error(cfile, "not a valid domain name.");
4713 parse_error(cfile, "unexpected end of file");
4715 parse_error(cfile, "empty config option");
4717 parse_error(cfile, "multiple value config option");
4725 parse_error(cfile, "expecting identifier.");
4736 parse_error(cfile, "expecting string "
4744 parse_error(cfile, "not a valid domain name.");
4756 parse_error(cfile, "identifier expected");
4763 parse_error(cfile, "expecting IP address of hostname");
4770 parse_error(cfile, "expecting IPv6 address");
4785 parse_error(cfile, "expecting number.");
4793 parse_error(cfile, "expecting number.");
4801 parse_error(cfile, "expecting number.");
4809 parse_error(cfile, "expecting boolean.");
4820 parse_error(cfile, "expecting boolean.");
4824 parse_error(cfile, "Bad format '%c' in parse_config_data.",
4913 parse_error(cfile,
4971 parse_error(cfile, "authoritative is a statement, "
4998 parse_error(cfile, "unsupported config option %s (%u)",
5131 parse_error(cfile, "boot-file-name is DHCPv4 only");
5168 parse_error(cfile, "server-hostname is DHCPv4 only");
5205 parse_error(cfile, "next-server is DHCPv4 only");
5240 parse_error(cfile, "vendor-option-space is DHCPv4 only");
5251 parse_error(cfile, "vendor-option-space has no value");
5253 parse_error(cfile,
5311 parse_error(cfile, "site-option-space is DHCPv4 only");
5315 parse_error(cfile, "site-option-space has no value");
5317 parse_error(cfile, "site-option-space value is not a string");
5503 parse_error(cfile, "preferred-lifetime is DHCPv6 only");
5560 parse_error(cfile, "ignore-client-uids is DHCPv4 only");
5603 parse_error(cfile, "echo-client-id is DHCPv4 only");
5623 /* parse_error moved to keama.c */