Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/nolibc/
Dnolibc-test.c422 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_ptreq(expr, llen, cmp); } while (0)
425 int expect_ptreq(const void *expr, int llen, const void *cmp) in expect_ptreq() function