Searched refs:xcstrcmp (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/expat/tests/ |
| H A D | structdata.c | 49 # 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 D | runtests.c | 82 # define xcstrcmp(s, t) wcscmp((s), (t)) macro 93 # define xcstrcmp(s, t) strcmp((s), (t)) macro 1862 if (xcstrcmp(attr_name, at->attr_name)) in verify_attlist_decl_handler() 1864 if (xcstrcmp(attr_type, at->attr_type)) in verify_attlist_decl_handler() 2926 if (! xcstrcmp(name, info->name)) in counting_start_element_handler() 2963 if (xcstrcmp(atts[1], attr->value)) { in counting_start_element_handler() 4755 if (xcstrcmp(systemId, XCS("foo"))) in external_entity_devaluer() 4960 if (! xcstrcmp(name, XCS("suspend"))) in start_element_suspender() 4962 if (! xcstrcmp(name, XCS("abort"))) in start_element_suspender() 6694 if (xcstrcmp(elemstr[0], name) != 0) { in triplet_start_checker() [all …]
|