Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/expat/expat/examples/
Doutline.c49 # define XML_FMT_STR "ls" macro
51 # define XML_FMT_STR "s" macro
68 printf("%" XML_FMT_STR, el); in start()
71 printf(" %" XML_FMT_STR "='%" XML_FMT_STR "'", attr[i], attr[i + 1]); in start()
112 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
Delements.c53 # define XML_FMT_STR "ls" macro
55 # define XML_FMT_STR "s" macro
66 printf("%" XML_FMT_STR "\n", name); in startElement()
93 fprintf(stderr, "%" XML_FMT_STR " at line %" XML_FMT_INT_MOD "u\n", in main()
/third_party/skia/third_party/externals/expat/expat/xmlwf/
Dunixfilemap.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()
/third_party/skia/third_party/externals/expat/expat/tests/benchmark/
Dbenchmark.c48 # define XML_FMT_STR "ls" macro
50 # define XML_FMT_STR "s" macro
124 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD in main()
/third_party/skia/third_party/externals/expat/expat/tests/
Dstructdata.c47 # define XML_FMT_STR "ls" macro
51 # define XML_FMT_STR "s" macro
130 "struct '%" XML_FMT_STR in StructData_CheckItems()
Druntests.c79 # define XML_FMT_STR "ls" macro
91 # define XML_FMT_STR "s" macro
135 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD in _xml_failure()
1364 "attribute value not normalized: %" XML_FMT_STR in check_attr_contains_normalized_whitespace()
1365 "='%" XML_FMT_STR "'", in check_attr_contains_normalized_whitespace()
2441 "Expected error %d (%" XML_FMT_STR "), got %d (%" XML_FMT_STR in START_TEST()
6560 sprintf(buffer, "unexpected start string: '%" XML_FMT_STR "'", name); in triplet_start_checker()
6564 sprintf(buffer, "unexpected attribute string: '%" XML_FMT_STR "'", atts[0]); in triplet_start_checker()
6579 sprintf(buffer, "unexpected end string: '%" XML_FMT_STR "'", name); in triplet_end_checker()
12138 printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion()); in main()