Home
last modified time | relevance | path

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

/netbsd-src/external/mit/expat/dist/tests/
H A Dstructdata.c49 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
53 # define xcstrcmp(s, t) strcmp((s), (t)) macro
123 if (xcstrcmp(got->str, want->str) != 0) { in StructData_CheckItems()
H A Druntests.c83 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
94 # define xcstrcmp(s, t) strcmp((s), (t)) macro
421 if (! xcstrcmp(systemId, options->system_id)) { in external_entity_optioner()
462 if (! xcstrcmp(entityName, entity_name_to_match)) { in param_entity_match_handler()
1359 if (xcstrcmp(XCS("attr"), attrname) == 0 in check_attr_contains_normalized_whitespace()
1360 || xcstrcmp(XCS("ents"), attrname) == 0 in check_attr_contains_normalized_whitespace()
1361 || xcstrcmp(XCS("refs"), attrname) == 0) { in check_attr_contains_normalized_whitespace()
1435 if (xcstrcmp(encoding, XCS("unsupported-encoding")) == 0) { in UnknownEncodingHandler()
1861 if (xcstrcmp(element_name, at->element_name)) in verify_attlist_decl_handler()
1863 if (xcstrcmp(attr_name, at->attr_name)) in verify_attlist_decl_handler()
[all …]