Home
last modified time | relevance | path

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

/external/expat/examples/
Doutline.c49 # define XML_FMT_STR "ls" macro
51 # define XML_FMT_STR "s" macro
69 printf("%" XML_FMT_STR, el); in start()
72 printf(" %" XML_FMT_STR "='%" XML_FMT_STR "'", attr[i], attr[i + 1]); in start()
115 "Parse error at line %" XML_FMT_INT_MOD "u:\n%" XML_FMT_STR "\n", in main()
Delements.c52 # define XML_FMT_STR "ls" macro
54 # define XML_FMT_STR "s" macro
66 printf("%" XML_FMT_STR "\n", name); in startElement()
96 "%" 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
77 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
126 "error '%" XML_FMT_STR "' at line %" XML_FMT_INT_MOD \ in main()
/external/expat/tests/
Dstructdata.c50 # define XML_FMT_STR "ls" macro
54 # define XML_FMT_STR "s" macro
142 "struct '%" XML_FMT_STR in StructData_CheckItems()
Druntests.c79 # define XML_FMT_STR "ls" macro
91 # define XML_FMT_STR "s" macro
130 " %d: %" XML_FMT_STR " (line %" in _xml_failure()
1427 XML_FMT_STR "='%" XML_FMT_STR "'", in check_attr_contains_normalized_whitespace()
2614 "Expected error %d (%" XML_FMT_STR in START_TEST()
2615 "), got %d (%" XML_FMT_STR ") for case %lu\n", in START_TEST()
7107 sprintf(buffer, "unexpected start string: '%" XML_FMT_STR "'", name); in triplet_start_checker()
7111 sprintf(buffer, "unexpected attribute string: '%" XML_FMT_STR "'", in triplet_start_checker()
7128 sprintf(buffer, "unexpected end string: '%" XML_FMT_STR "'", name); in triplet_end_checker()
12324 printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion()); in main()