Home
last modified time | relevance | path

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

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