Searched refs:border2 (Results 1 – 1 of 1) sorted by relevance
702 char border2[] = "+9223372036854775808"; in test_strtol() local708 ret = strtol(border2, NULL, 10); in test_strtol()716 char border2[] = "+2147483648"; in test_strtol() local722 ret = strtol(border2, NULL, 10); in test_strtol()791 char border2[] = "-18446744073709551615000"; in test_strtoul() local796 ret = strtoul(border2, NULL, 10); in test_strtoul()803 char border2[] = "-4294967295000"; in test_strtoul() local808 ret = strtoul(border2, NULL, 10); in test_strtoul()