Searched refs:test_simple_strtoxx (Results 1 – 1 of 1) sorted by relevance
/linux/lib/ |
A D | test_scanf.c | 708 #define test_simple_strtoxx(T, fn, gen_fmt, base) \ macro 732 test_simple_strtoxx(long long, simple_strtoll, "%lld", 10); in test_simple_strtoll() 733 test_simple_strtoxx(long long, simple_strtoll, "%lld", 0); in test_simple_strtoll() 734 test_simple_strtoxx(long long, simple_strtoll, "%llx", 16); in test_simple_strtoll() 735 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 16); in test_simple_strtoll() 736 test_simple_strtoxx(long long, simple_strtoll, "0x%llx", 0); in test_simple_strtoll() 750 test_simple_strtoxx(long, simple_strtol, "%ld", 10); in test_simple_strtol() 751 test_simple_strtoxx(long, simple_strtol, "%ld", 0); in test_simple_strtol() 752 test_simple_strtoxx(long, simple_strtol, "%lx", 16); in test_simple_strtol() 753 test_simple_strtoxx(long, simple_strtol, "0x%lx", 16); in test_simple_strtol() [all …]
|
Completed in 6 milliseconds