Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/benchmark/
H A Dbenchmark.c44 # define XML_FMT_INT_MOD "ll" macro
46 # define XML_FMT_INT_MOD "l" macro
128 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD in main()
129 "u character %" XML_FMT_INT_MOD "u\n", in main()
/freebsd/contrib/expat/examples/
H A Delements.c46 # define XML_FMT_INT_MOD "ll" macro
48 # define XML_FMT_INT_MOD "l" macro
111 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
H A Doutline.c43 # define XML_FMT_INT_MOD "ll" macro
45 # define XML_FMT_INT_MOD "l" macro
114 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
H A Delement_declarations.c46 # define XML_FMT_INT_MOD "ll" macro
48 # define XML_FMT_INT_MOD "l" macro
225 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
/freebsd/contrib/expat/xmlwf/
H A Dxmlfile.h40 # define XML_FMT_INT_MOD "ll" macro
42 # define XML_FMT_INT_MOD "l" macro
H A Dxmlfile.c89 T("%s") T(":%") T(XML_FMT_INT_MOD) T("u") T(":%") in reportError()
90 T(XML_FMT_INT_MOD) T("u") T(": %s\n"), in reportError()
H A Dxmlwf.c566 T(" byte=\"%") T(XML_FMT_INT_MOD) T("d\"") T(" nbytes=\"%d\"") in metaLocation()
567 T(" line=\"%") T(XML_FMT_INT_MOD) T("u\"") T(" col=\"%") in metaLocation()
568 T(XML_FMT_INT_MOD) T("u\""), in metaLocation()
/freebsd/contrib/expat/tests/
H A Dcommon.h56 # define XML_FMT_INT_MOD "ll" macro
58 # define XML_FMT_INT_MOD "l"
H A Dcommon.c184 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD in _xml_failure()
185 "u, offset %" XML_FMT_INT_MOD "u)\n reported from %s, line %d\n", in _xml_failure()
H A Dbasic_tests.c613 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
631 "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()
683 "expected 3 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
703 "expected 4 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()