Lines Matching refs:XML_FMT_INT_MOD
26 #define XML_FMT_INT_MOD "ll" macro
28 #define XML_FMT_INT_MOD "l" macro
59 " %d: %s (line %" XML_FMT_INT_MOD "u, offset %"\ in _xml_failure()
60 XML_FMT_INT_MOD "u)\n reported from %s, line %d\n", in _xml_failure()
421 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
439 "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()
453 "<%s> at col:%" XML_FMT_INT_MOD "u line:%"\ in start_element_event_handler2()
454 XML_FMT_INT_MOD "u\n", name, in start_element_event_handler2()
467 "</%s> at col:%" XML_FMT_INT_MOD "u line:%"\ in end_element_event_handler2()
468 XML_FMT_INT_MOD "u\n", name, in end_element_event_handler2()
524 sprintf(buffer, "expected 3 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
545 "expected 4 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()