Home
last modified time | relevance | path

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

/freebsd/contrib/expat/tests/
H A Dstructdata.c54 # define xcstrcmp(s, t) wcscmp((s), (t)) macro
58 # define xcstrcmp(s, t) strcmp((s), (t)) macro
H A Dcommon.h65 # define xcstrcmp(s, t) wcscmp((s), (t)) macro