Searched refs:XML_FMT_STR (Results 1 – 6 of 6) sorted by relevance
/external/expat/examples/ |
D | outline.c | 49 # 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()
|
D | elements.c | 52 # 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/ |
D | unixfilemap.c | 50 # 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/ |
D | benchmark.c | 46 # 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/ |
D | structdata.c | 50 # define XML_FMT_STR "ls" macro 54 # define XML_FMT_STR "s" macro 142 "struct '%" XML_FMT_STR in StructData_CheckItems()
|
D | runtests.c | 92 # define XML_FMT_STR "ls" macro 104 # define XML_FMT_STR "s" macro 143 " %d: %" XML_FMT_STR " (line %" in _xml_failure() 1439 XML_FMT_STR "='%" XML_FMT_STR "'", in check_attr_contains_normalized_whitespace() 2626 "Expected error %d (%" XML_FMT_STR in START_TEST() 2627 "), got %d (%" XML_FMT_STR ") for case %lu\n", in START_TEST() 7147 sprintf(buffer, "unexpected start string: '%" XML_FMT_STR "'", name); in triplet_start_checker() 7151 sprintf(buffer, "unexpected attribute string: '%" XML_FMT_STR "'", in triplet_start_checker() 7168 sprintf(buffer, "unexpected end string: '%" XML_FMT_STR "'", name); in triplet_end_checker() 12365 printf("Expat version: %" XML_FMT_STR "\n", XML_ExpatVersion()); in main()
|