Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/nolibc/
Dnolibc-test.c386 …do { if (!cond) pad_spc(llen, 40, "[SKIPPED]\n"); else ret += expect_streq(expr, llen, cmp); } whi…
388 static int expect_streq(const char *expr, int llen, const char *cmp) in expect_streq() function