Lines Matching refs:upper
61 ulong expect_val, int expect_endp_offset, bool upper) in run_strtoul() argument
68 if (upper) in run_strtoul()
80 int upper; in str_simple_strtoul() local
83 for (upper = 0; upper < 2; upper++) { in str_simple_strtoul()
85 ut_assertok(run_strtoul(uts, str2, 10, 1099, 4, upper)); in str_simple_strtoul()
86 ut_assertok(run_strtoul(uts, str2, 16, 0x1099ab, 6, upper)); in str_simple_strtoul()
89 ut_assertok(run_strtoul(uts, str1, 10, 0, 0, upper)); in str_simple_strtoul()
92 ut_assertok(run_strtoul(uts, str1, 0, 0, 0, upper)); in str_simple_strtoul()
93 ut_assertok(run_strtoul(uts, str2, 0, 1099, 4, upper)); in str_simple_strtoul()
94 ut_assertok(run_strtoul(uts, str3, 0, 0xb, 3, upper)); in str_simple_strtoul()
97 ut_assertok(run_strtoul(uts, str1, 2, 0, 0, upper)); in str_simple_strtoul()
98 ut_assertok(run_strtoul(uts, str2, 2, 2, 2, upper)); in str_simple_strtoul()