Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/nolibc/
H A Dnolibc-test.c575 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_strne(expr, llen, cmp); } while (0)
578 int expect_strne(const char *expr, int llen, const char *cmp) in expect_strne() function