Searched refs:border3 (Results 1 – 1 of 1) sorted by relevance
703 char border3[] = "+9223372036854775806"; in test_strtol() local710 ret = strtol(border3, NULL, 10); in test_strtol()717 char border3[] = "+2147483646"; in test_strtol() local724 ret = strtol(border3, NULL, 10); in test_strtol()792 char border3[] = "18446744073709551619"; in test_strtoul() local798 ret = strtoul(border3, NULL, 10); in test_strtoul()804 char border3[] = "+4294967299"; in test_strtoul() local810 ret = strtoul(border3, NULL, 10); in test_strtoul()