Home
last modified time | relevance | path

Searched refs:XML_FMT_STR (Results 1 – 11 of 11) sorted by relevance

/freebsd-head/contrib/expat/examples/
HDoutline.c49 # define XML_FMT_STR "ls" macro
51 # define XML_FMT_STR "s" macro
62 printf("%" XML_FMT_STR, name); in startElement()
65 printf(" %" XML_FMT_STR "='%" XML_FMT_STR "'", atts[i], atts[i + 1]); in startElement()
114 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
HDelements.c52 # define XML_FMT_STR "ls" macro
54 # define XML_FMT_STR "s" macro
65 printf("%" XML_FMT_STR "\n", name); in startElement()
111 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
HDelement_declarations.c53 # define XML_FMT_STR "ls" macro
55 # define XML_FMT_STR "s" macro
135 printf(", name=\"%" XML_FMT_STR "\"", model->name); in dumpContentModelElement()
145 printf("Element \"%" XML_FMT_STR "\":\n", name); in dumpContentModel()
226 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
/freebsd-head/contrib/expat/xmlwf/
HDunixfilemap.c54 # define XML_FMT_STR "ls" macro
56 # define XML_FMT_STR "s" macro
80 fprintf(stderr, "%" XML_FMT_STR ": not a regular file\n", name); in filemap()
/freebsd-head/contrib/expat/tests/benchmark/
HDbenchmark.c58 # define XML_FMT_STR "ls" macro
60 # define XML_FMT_STR "s" macro
151 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD in main()
/freebsd-head/contrib/expat/tests/
HDstructdata.c52 # define XML_FMT_STR "ls" macro
56 # define XML_FMT_STR "s" macro
135 "struct '%" XML_FMT_STR in StructData_CheckItems()
HDcommon.h62 # define XML_FMT_STR "ls" macro
73 # define XML_FMT_STR "s"
HDruntests.c99 printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion()); in main()
HDcommon.c187 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD in _xml_failure()
HDhandlers.c191 "unexpected start string: '%" XML_FMT_STR "'", name); in triplet_start_checker()
196 "unexpected attribute string: '%" XML_FMT_STR "'", atts[0]); in triplet_start_checker()
212 "unexpected end string: '%" XML_FMT_STR "'", name); in triplet_end_checker()
HDbasic_tests.c886 "attribute value not normalized: %" XML_FMT_STR in check_attr_contains_normalized_whitespace()
887 "='%" XML_FMT_STR "'", in check_attr_contains_normalized_whitespace()
1917 "Expected error %d (%" XML_FMT_STR "), got %d (%" XML_FMT_STR in START_TEST()