Home
last modified time | relevance | path

Searched refs:border2 (Results 1 – 1 of 1) sorted by relevance

/Zephyr-Core-2.7.6/tests/lib/c_lib/src/
Dmain.c702 char border2[] = "+9223372036854775808"; in test_strtol() local
708 ret = strtol(border2, NULL, 10); in test_strtol()
716 char border2[] = "+2147483648"; in test_strtol() local
722 ret = strtol(border2, NULL, 10); in test_strtol()
791 char border2[] = "-18446744073709551615000"; in test_strtoul() local
796 ret = strtoul(border2, NULL, 10); in test_strtoul()
803 char border2[] = "-4294967295000"; in test_strtoul() local
808 ret = strtoul(border2, NULL, 10); in test_strtoul()