Home
last modified time | relevance | path

Searched refs:xcstrcmp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/lib/libexpat/tests/
H A Dhandlers.c113 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 Dstructdata.c54 # 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 Dcommon.h65 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
75 # define xcstrcmp(s, t) strcmp((s), (t))
H A Dbasic_tests.c879 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 Dmisc_tests.c211 if (xcstrcmp(version_text, XCS("expat_2.6.4"))) /* needs bump on releases */ in START_TEST()