Searched refs:xcstrncmp (Results 1 – 1 of 1) sorted by relevance
/external/expat/tests/ |
D | runtests.c | 96 # define xcstrncmp(s, t, n) wcsncmp((s), (t), (n)) macro 107 # define xcstrncmp(s, t, n) strncmp((s), (t), (n)) macro 456 xcstrncmp(value, entity_value_to_match, value_length)) { in param_entity_match_handler() 5152 !xcstrncmp(match, s, len))) { in selective_aborting_default_handler()
|