Searched refs:XML_FATAL (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Dxmlconfig.c429 #define XML_FATAL(msg, ...) do { \ macro
474 else XML_FATAL("illegal enum attribute: %s.", attr[i]);
479 XML_FATAL ("illegal enum value: %s.", value);
481 XML_FATAL ("enum value out of valid range: %s.", value);
497 else XML_FATAL("illegal description attribute: %s.", attr[i]);
516 XML_FATAL ("illegal option attribute: %s", attr[i]);
525 XML_FATAL ("option %s redefined.", attrVal[OA_NAME]);
541 XML_FATAL ("illegal type in option: %s.", attrVal[OA_TYPE]);
552 XML_FATAL ("illegal default value for %s: %s.", cache->info[opt].name, defaultVal);
558 XML_FATAL ("illega
[all...]

Completed in 3 milliseconds