Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/nolibc/
Dnolibc-test.c633 …do { if (!(cond)) result(llen, SKIPPED); else ret += expect_strtox(llen, func, input, base, expect…
636 int expect_strtox(int llen, void *func, const char *input, int base, intmax_t expected, int expecte… in expect_strtox() function