Lines Matching refs:xbc_parse_error
37 static int __init xbc_parse_error(const char *msg, const char *p)
390 xbc_parse_error("Too many nodes", data);
441 return xbc_parse_error("Exceed max depth of braces", p);
451 return xbc_parse_error("Unexpected closing brace", p);
482 return xbc_parse_error("Non printable value", p);
491 return xbc_parse_error("No value delimiter", p);
503 return xbc_parse_error("No closing quotes", p);
551 return xbc_parse_error("Invalid keyword", k);
561 return xbc_parse_error("Subkey is mixed with value", k);
607 return xbc_parse_error("Value is mixed with subkey", v);
609 return xbc_parse_error("Value is redefined", v);
689 return xbc_parse_error("Brace is not closed",
695 xbc_parse_error("Empty config", xbc_data);
701 return xbc_parse_error("No closing brace",
715 return xbc_parse_error("Too long key length",
723 return xbc_parse_error("Too many key words",
814 ret = xbc_parse_error("No delimiter", p);
824 ret = xbc_parse_error(c == '+' ?