Home
last modified time | relevance | path

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

/external/expat/examples/
Doutline.c45 # define XML_FMT_STR "ls" macro
47 # define XML_FMT_STR "s" macro
64 printf("%" XML_FMT_STR, el); in start()
67 printf(" %" XML_FMT_STR "='%" XML_FMT_STR "'", attr[i], attr[i + 1]); in start()
108 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
Delements.c48 # define XML_FMT_STR "ls" macro
50 # define XML_FMT_STR "s" macro
61 printf("%" XML_FMT_STR "\n", name); in startElement()
88 fprintf(stderr, "%" XML_FMT_STR " at line %" XML_FMT_INT_MOD "u\n", in main()
/external/expat/xmlwf/
Dunixfilemap.c50 # define XML_FMT_STR "ls" macro
52 # define XML_FMT_STR "s" macro
76 fprintf(stderr, "%" XML_FMT_STR ": not a regular file\n", name); in filemap()
/external/expat/tests/benchmark/
Dbenchmark.c46 # define XML_FMT_STR "ls" macro
48 # define XML_FMT_STR "s" macro
122 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD in main()
/external/expat/tests/
Dstructdata.c49 # define XML_FMT_STR "ls" macro
53 # define XML_FMT_STR "s" macro
132 "struct '%" XML_FMT_STR in StructData_CheckItems()
Druntests.c71 # define XML_FMT_STR "ls" macro
83 # define XML_FMT_STR "s" macro
127 " %d: %" XML_FMT_STR " (line %" XML_FMT_INT_MOD in _xml_failure()
1356 "attribute value not normalized: %" XML_FMT_STR in check_attr_contains_normalized_whitespace()
1357 "='%" XML_FMT_STR "'", in check_attr_contains_normalized_whitespace()
2436 "Expected error %d (%" XML_FMT_STR "), got %d (%" XML_FMT_STR in START_TEST()
6484 sprintf(buffer, "unexpected start string: '%" XML_FMT_STR "'", name); in triplet_start_checker()
6488 sprintf(buffer, "unexpected attribute string: '%" XML_FMT_STR "'", atts[0]); in triplet_start_checker()
6503 sprintf(buffer, "unexpected end string: '%" XML_FMT_STR "'", name); in triplet_end_checker()
11622 printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion()); in main()