Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/nolibc/
H A Dnolibc-test.c646 …len, void *func, const char *input, int base, intmax_t expected, int expected_chars, int expected_… in expect_strtox() argument
669 if (expected_chars == -1) { in expect_strtox()
674 } else if (expected_chars != actual_chars) { in expect_strtox()