Home
last modified time | relevance | path

Searched refs:XML_FMT_INT_MOD (Results 1 – 7 of 7) sorted by relevance

/external/expat/examples/
Delements.c13 #define XML_FMT_INT_MOD "I64" macro
15 #define XML_FMT_INT_MOD "ll" macro
18 #define XML_FMT_INT_MOD "l" macro
59 "%s at line %" XML_FMT_INT_MOD "u\n", in amiga_main()
Doutline.c30 #define XML_FMT_INT_MOD "I64" macro
32 #define XML_FMT_INT_MOD "ll" macro
35 #define XML_FMT_INT_MOD "l" macro
97 fprintf(stderr, "Parse error at line %" XML_FMT_INT_MOD "u:\n%s\n", in amiga_main()
/external/expat/xmlwf/
Dxmlfile.h10 #define XML_FMT_INT_MOD "I64" macro
12 #define XML_FMT_INT_MOD "ll" macro
15 #define XML_FMT_INT_MOD "l" macro
Dxmlfile.c64 ftprintf(stdout, T("%s:%" XML_FMT_INT_MOD "u:%" XML_FMT_INT_MOD "u: %s\n"), in reportError()
Dxmlwf.c312 T(" byte=\"%" XML_FMT_INT_MOD "d\" nbytes=\"%d\" \ in metaLocation()
313 line=\"%" XML_FMT_INT_MOD "u\" col=\"%" XML_FMT_INT_MOD "u\""), in metaLocation()
/external/expat/tests/benchmark/
Dbenchmark.c8 #define XML_FMT_INT_MOD "ll" macro
10 #define XML_FMT_INT_MOD "l" macro
92 fprintf (stderr, "error '%s' at line %" XML_FMT_INT_MOD \ in amiga_main()
93 "u character %" XML_FMT_INT_MOD "u\n", in amiga_main()
/external/expat/tests/
Druntests.c25 #define XML_FMT_INT_MOD "ll" macro
27 #define XML_FMT_INT_MOD "l" macro
57 "\n %s (line %" XML_FMT_INT_MOD "u, offset %"\ in _xml_failure()
58 XML_FMT_INT_MOD "u)\n reported from %s, line %d", in _xml_failure()
418 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
436 "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()
450 "<%s> at col:%" XML_FMT_INT_MOD "u line:%"\ in start_element_event_handler2()
451 XML_FMT_INT_MOD "u\n", name, in start_element_event_handler2()
464 "</%s> at col:%" XML_FMT_INT_MOD "u line:%"\ in end_element_event_handler2()
465 XML_FMT_INT_MOD "u\n", name, in end_element_event_handler2()
[all …]