Symbol: INT32_MIN
common/lib/libprop/prop_number.c
445
if (pnv->pnv_signed > INT32_MAX || pnv->pnv_signed < INT32_MIN)
common/lib/libprop/prop_number.c
543
TEMPLATE(int32, int32_t, INT32_MIN, INT32_MAX)
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
172
if (errno != 0 || p_priority_offset < INT32_MIN)
crypto/dist/ipsec-tools/src/libipsec/policy_parse.y
93
#ifndef INT32_MIN
lib/libbluetooth/sdp_put.c
222
if (value > INT32_MAX || value < INT32_MIN)
lib/libbluetooth/sdp_set.c
144
|| value < INT32_MIN)
regress/lib/libc/divrem/divremtest.c
118
for(a32 = INT32_MIN; a32 < INT32_MIN + NEARBY; ++a32) {
regress/lib/libc/divrem/divremtest.c
119
for(b32 = INT32_MIN; b32 < INT32_MIN + NEARBY; ++b32)
regress/lib/libc/divrem/divremtest.c
122
if (a32 != INT32_MIN || b32 != -1)
sys/kern/kern_ntptime.c
348
freq = MIN(INT32_MAX, MAX(INT32_MIN, ntv->freq));
sys/kern/subr_device.c
947
if (val64 < INT32_MIN || val64 > INT32_MAX) {
tests/lib/libbluetooth/t_sdp_get.c
424
ATF_CHECK_EQ(value, INT32_MIN);
tests/lib/libbluetooth/t_sdp_put.c
487
ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT32_MIN));
tests/lib/libbluetooth/t_sdp_put.c
489
ATF_REQUIRE(sdp_put_int(&test, (intmax_t)INT32_MIN - 1));
tests/lib/libbluetooth/t_sdp_put.c
610
ATF_REQUIRE(sdp_put_int32(&test, (int32_t)INT32_MIN));
tests/lib/libbluetooth/t_sdp_put.c
654
ATF_REQUIRE(sdp_put_int64(&test, (int64_t)INT32_MIN));
tests/lib/libprop/t_proplib.c
480
prop_number_t n_int32_min = prop_number_create_signed(INT32_MIN);
tests/lib/libprop/t_proplib.c
661
val.v_int32 == INT32_MIN);
tests/lib/libprop/t_proplib.c
878
ATF_REQUIRE(prop_dictionary_set_int32(dict, "int32", INT32_MIN));
tests/lib/libprop/t_proplib.c
880
ATF_REQUIRE(val.v_int32 == INT32_MIN);
tools/m4/bootstrap/tokenizer.c
1867
l > INT32_MAX || l < INT32_MIN) {
tools/m4/bootstrap/tokenizer.c
71
#ifndef INT32_MIN
usr.sbin/envstat/envstat.c
422
stats->max = INT32_MIN;