Searched refs:ull (Results 1 – 1 of 1) sorted by relevance
| /examples/utest/testcases/posix/stdlib_h/functions/ |
| A D | strtol_tc.c | 20 __attribute__((unused)) unsigned long long ull; in strtol_entry() local 77 …TEST(ull, strtoull(s = "18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught overflow… in strtol_entry() 79 TEST(ull, strtoull(s = "-1", &c, 0), -1ULL, "rejected negative %llu != %llu"); in strtol_entry() 81 TEST(ull, strtoull(s = "-2", &c, 0), -2ULL, "rejected negative %llu != %llu"); in strtol_entry() 83 …TEST(ull, strtoull(s = "-9223372036854775808", &c, 0), -9223372036854775808ULL, "rejected negative… in strtol_entry() 85 …TEST(ull, strtoull(s = "-9223372036854775809", &c, 0), -9223372036854775809ULL, "rejected negative… in strtol_entry() 87 …TEST(ull, strtoull(s = "-18446744073709551616", &c, 0), 18446744073709551615ULL, "uncaught negativ… in strtol_entry()
|
Completed in 1 milliseconds