wcscmp
int wcscmp(CHAR16 *, CHAR16 *);
if (wcscmp(varnamearg, varname) == 0) {
wcscmp(rcp->pattern, pattern) == 0)
if (np->n_hash == hash && wcscmp(name, np->n_name) == 0)
#define WEQUALS(a,b) ((a != CNULL) && (b != CNULL) && (wcscmp((a),(b))==SAME))
rv = wcscmp(c1->expand, c2->expand);
rv = wcscmp((wchar_t *)c1, (wchar_t *)c2);
#define IS_WEQUAL(a,b) (!wcscmp((a), (b)))
if (*str == *np->name && wcscmp(str, np->name) == 0)
if ((ap[2] != NULL) && (wcscmp(ap[1], ap[2]) == 0))
if (wcscmp(ap[1], ap[2]) == 0) {
if (wcscmp(operandName, groupNamePrint)
if (wcscmp(operandName, groupNamePrint)
extern int wcscmp(const wchar_t *, const wchar_t *);
using std::wcscmp;
return (wcscmp(s1, s2));
int ret = wcscmp(ws1, ws2);
if (wcscmp(wstream_str, c) != 0) {
if (wcscmp(c, wstream_str) != 0) {