Searched refs:LONG_MIN (Results 1 – 4 of 4) sorted by relevance
96 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()120 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
46 #define LONG_MIN (-LONG_MAX - 1L) macro
71 zassert_true((long_max + long_one == LONG_MIN), NULL); in test_limits()707 zassert_equal(ret, LONG_MIN, "strtol base = 10 failed"); in test_strtol()721 zassert_equal(ret, LONG_MIN, "strtol base = 10 failed"); in test_strtol()
229 if (num == LONG_MIN || num == LONG_MAX) { in on_header_value()