Home
last modified time | relevance | path

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

/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c1458 const char *rhptr = (const char *)rhs; in pred2_streq() local
1460 if (!lhptr && !rhptr) in pred2_streq()
1462 else if (lhptr && rhptr) in pred2_streq()
1463 status = strcmp(lhptr, rhptr) == 0; in pred2_streq()
1479 const char *rhptr = (const char *)rhs; in pred2_strne() local
1481 if (lhptr != rhptr) { in pred2_strne()
1482 if (!lhptr || !rhptr) in pred2_strne()
1485 status = strcmp(lhptr, rhptr) != 0; in pred2_strne()