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

/freebsd-12-stable/contrib/expat/xmlwf/
H A Dxmlfile.h37 # define XML_FMT_INT_MOD "ll" macro
39 # define XML_FMT_INT_MOD "l" macro
H A Dxmlfile.c86 T("%s") T(":%") T(XML_FMT_INT_MOD) T("u") T(":%")
87 T(XML_FMT_INT_MOD) T("u") T(": %s\n"),
H A Dxmlwf.c536 T(" byte=\"%") T(XML_FMT_INT_MOD) T("d\"") T(" nbytes=\"%d\"")
537 T(" line=\"%") T(XML_FMT_INT_MOD) T("u\"") T(" col=\"%")
538 T(XML_FMT_INT_MOD) T("u\""),
/freebsd-12-stable/contrib/expat/examples/
H A Delements.c41 # define XML_FMT_INT_MOD "ll" macro
43 # define XML_FMT_INT_MOD "l" macro
88 fprintf(stderr, "%" XML_FMT_STR " at line %" XML_FMT_INT_MOD "u\n",
H A Doutline.c39 # define XML_FMT_INT_MOD "ll" macro
41 # define XML_FMT_INT_MOD "l" macro
108 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n",
/freebsd-12-stable/contrib/expat/tests/benchmark/
H A Dbenchmark.c40 # define XML_FMT_INT_MOD "ll" macro
42 # define XML_FMT_INT_MOD "l" macro
122 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD
123 "u character %" XML_FMT_INT_MOD "u\n",
/freebsd-12-stable/contrib/expat/tests/
H A Druntests.c82 # define XML_FMT_INT_MOD "ll" macro
84 # define XML_FMT_INT_MOD "l" macro
135 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD
136 "u, offset %" XML_FMT_INT_MOD "u)\n reported from %s, line %d\n",
1063 sprintf(buffer, "expected 4 lines, saw %" XML_FMT_INT_MOD "u", lineno);
1080 sprintf(buffer, "expected 11 columns, saw %" XML_FMT_INT_MOD "u", colno);
1149 sprintf(buffer, "expected 3 lines, saw %" XML_FMT_INT_MOD "u", lineno);
1168 sprintf(buffer, "expected 4 columns, saw %" XML_FMT_INT_MOD "u", colno);

Completed in 200 milliseconds