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.c52 # define XML_FMT_INT_MOD "ll" macro
54 # define XML_FMT_INT_MOD "l" macro
151 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD in main()
152 "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.c48 # define XML_FMT_INT_MOD "ll" macro
50 # define XML_FMT_INT_MOD "l" macro
227 "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.c99 T("%s") T(":%") T(XML_FMT_INT_MOD) T("u") T(":%") in reportError()
100 T(XML_FMT_INT_MOD) T("u") T(": %s\n"), in reportError()
H A Dxmlwf.c567 T(" byte=\"%") T(XML_FMT_INT_MOD) T("d\"") T(" nbytes=\"%d\"") in metaLocation()
568 T(" line=\"%") T(XML_FMT_INT_MOD) T("u\"") T(" col=\"%") in metaLocation()
569 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.c188 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD in _xml_failure()
189 "u, offset %" XML_FMT_INT_MOD "u)\n reported from %s, line %d\n", in _xml_failure()
H A Dbasic_tests.c640 "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
658 "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()
710 "expected 3 lines, saw %" XML_FMT_INT_MOD "u", lineno); in START_TEST()
730 "expected 4 columns, saw %" XML_FMT_INT_MOD "u", colno); in START_TEST()