Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/nolibc/
Dnolibc-test.c613 …do { if (!(cond)) result(llen, SKIPPED); else ret += expect_str_buf_eq(expr, buf, val, llen, cmp);…
616 int expect_str_buf_eq(size_t expr, const char *buf, size_t val, int llen, const char *cmp) in expect_str_buf_eq() function