Searched refs:xcstrcmp (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/lib/libexpat/tests/ |
| H A D | handlers.c | 113 if (! xcstrcmp(name, info->name)) in counting_start_element_handler() 135 if (id != -1 && xcstrcmp(atts[id], info->id_name)) { in counting_start_element_handler() 142 if (! xcstrcmp(atts[0], attr->name)) in counting_start_element_handler() 150 if (xcstrcmp(atts[1], attr->value)) { in counting_start_element_handler() 170 if (! xcstrcmp(name, XCS("suspend"))) in start_element_suspender() 172 if (! xcstrcmp(name, XCS("abort"))) in start_element_suspender() 189 if (xcstrcmp(elemstr[0], name) != 0) { in triplet_start_checker() 194 if (xcstrcmp(elemstr[1], atts[0]) != 0) { in triplet_start_checker() 209 if (xcstrcmp(elemstr[0], name) != 0) { in triplet_end_checker() 285 if (xcstrcmp(encodin in UnknownEncodingHandler() [all...] |
| H A D | structdata.c | 54 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 58 # define xcstrcmp(s, t) strcmp((s), (t)) macro 128 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
|
| H A D | common.h | 65 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 75 # define xcstrcmp(s, t) strcmp((s), (t))
|
| H A D | basic_tests.c | 879 if (xcstrcmp(XCS("attr"), attrname) == 0 in check_attr_contains_normalized_whitespace() 880 || xcstrcmp(XCS("ents"), attrname) == 0 in check_attr_contains_normalized_whitespace() 881 || xcstrcmp(XCS("refs"), attrname) == 0) { in check_attr_contains_normalized_whitespace() 2124 errorFlags |= ((xcstrcmp(name, XCS("junk")) == 0) ? 0 : (1u << 0)); in element_decl_check_model() 2145 |= ((xcstrcmp(model[2].name, XCS("zebra")) == 0) ? 0 : (1u << 16)); in element_decl_check_model() 2151 errorFlags |= ((xcstrcmp(model[3].name, XCS("bar")) == 0) ? 0 : (1u << 21)); in element_decl_check_model() 2157 errorFlags |= ((xcstrcmp(model[4].name, XCS("foo")) == 0) ? 0 : (1u << 26)); in element_decl_check_model() 2163 errorFlags |= ((xcstrcmp(model[5].name, XCS("xyz")) == 0) ? 0 : (1u << 31)); in element_decl_check_model() 2330 if (xcstrcmp(XML_GetBase(g_parser), new_base) != 0) in START_TEST() 3282 if (! xcstrcmp(systemI in START_TEST() [all...] |
| H A D | misc_tests.c | 211 if (xcstrcmp(version_text, XCS("expat_2.6.4"))) /* needs bump on releases */ in START_TEST()
|