Searched refs:test_strtou (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/test/sanitizer_common/TestCases/NetBSD/ |
| H A D | strtoi.cpp | 15 void test_strtou(const char *nptr, int base, intmax_t lo, intmax_t hi) { in test_strtou() function 30 test_strtou("100", 0, 1, 100); in main() 31 test_strtou("100", 0, 1, 10); in main() 32 test_strtou("100xyz", 0, 1, 100); in main()
|