Searched refs:expect_strtox (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/nolibc/ |
H A D | nolibc-test.c | 641 do { if (!(cond)) result(llen, SKIPPED); else ret += expect_strtox(llen, func, input, base, expected, chars, expected_errno); } while (0) 644 int expect_strtox(int llen, void *func, const char *input, int base, intmax_t expected, int expected_chars, int expected_errno) in expect_strtox() function
|