Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/tests/lib/c_lib/src/
Dmain.c703 char border3[] = "+9223372036854775806"; in test_strtol() local
710 ret = strtol(border3, NULL, 10); in test_strtol()
717 char border3[] = "+2147483646"; in test_strtol() local
724 ret = strtol(border3, NULL, 10); in test_strtol()
792 char border3[] = "18446744073709551619"; in test_strtoul() local
798 ret = strtoul(border3, NULL, 10); in test_strtoul()
804 char border3[] = "+4294967299"; in test_strtoul() local
810 ret = strtoul(border3, NULL, 10); in test_strtoul()