Lines Matching refs:xbc_parse_error
102 static int __init xbc_parse_error(const char *msg, const char *p)
475 xbc_parse_error("Too many nodes", data);
536 return xbc_parse_error("Exceed max depth of braces", p);
546 return xbc_parse_error("Unexpected closing brace", p);
577 return xbc_parse_error("Non printable value", p);
586 return xbc_parse_error("No value delimiter", p);
598 return xbc_parse_error("No closing quotes", p);
649 return xbc_parse_error("Invalid keyword", k);
710 return xbc_parse_error("Value is redefined", v);
794 return xbc_parse_error("Brace is not closed",
800 xbc_parse_error("Empty config", xbc_data);
806 return xbc_parse_error("No closing brace",
820 return xbc_parse_error("Too long key length",
828 return xbc_parse_error("Too many key words",
861 ret = xbc_parse_error("No delimiter", p);
871 ret = xbc_parse_error(c == '+' ?