Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/contrib/ntp/libntp/
H A Dtimexsup.c45 if (dval <= (double)LONG_MIN) in dbl_from_var_long()
46 return LONG_MIN; in dbl_from_var_long()
/freebsd/sys/libkern/
H A Dstrtol.c94 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()
117 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
/freebsd/lib/libc/stdlib/
H A Dstrtol.c116 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX in strtol_l()
140 acc = neg ? LONG_MIN : LONG_MAX; in strtol_l()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h39 #undef LONG_MIN
56 #define LONG_MIN (-__LONG_MAX__ -1L) macro
/freebsd/lib/libc/locale/
H A Dwcstol.c95 cutoff = neg ? (unsigned long)-(LONG_MIN + LONG_MAX) + LONG_MAX in wcstol_l()
124 acc = neg ? LONG_MIN : LONG_MAX; in wcstol_l()
/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c222 ENCDEC_ARRAY(LONG_MAX - 1, LONG_MAX, LONG_MIN, LONG_MIN),
248 CUSTOM_EXPECTED_SUCCESS(LONG_MIN, LONG_MIN), /* t_8bytes_4_neg */
258 ENCDEC_ARRAY(LONG_MAX, LONG_MAX, LONG_MIN, LONG_MIN),
H A Dsanitytest.c64 || !TEST_long_eq(-(LONG_MIN + 1), LONG_MAX)) in test_sanity_sign()
73 || !TEST_long_eq((long)((unsigned long)LONG_MAX + 1), LONG_MIN)) in test_sanity_unsigned_conversion()
/freebsd/contrib/ntp/sntp/libopts/
H A Dnumeric.c74 if (rng->rmax == LONG_MIN) in optionShowRange()
76 else if (rng->rmin == LONG_MIN) in optionShowRange()
H A Dintprops.h388 long int, LONG_MIN, LONG_MAX), \
408 long int, LONG_MIN, LONG_MAX) \
414 long int, LONG_MIN, LONG_MAX)
/freebsd/usr.bin/nl/
H A Dnl.c177 ((val == LONG_MIN || val == LONG_MAX) && errno != 0)) in main()
209 ((val == LONG_MIN || val == LONG_MAX) && errno != 0)) in main()
218 ((val == LONG_MIN || val == LONG_MAX) && errno != 0)) in main()
/freebsd/usr.bin/getconf/
H A Dlimits.gperf80 LONG_MIN, LONG_MIN keyword
/freebsd/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c96 long long_values[] = {LONG_MIN, -17, -1, 0, 1, 17, 4711, 65535, LONG_MAX}; in cmp_with_sprintf_long()
135 ((long long)LONG_MIN) -1, LONG_MIN, -17, -1, in cmp_with_sprintf_long_long()
/freebsd/lib/libc/tests/string/
H A Dffsl_test.c30 #define TYPE_MIN LONG_MIN
H A Dflsl_test.c30 #define TYPE_MIN LONG_MIN
/freebsd/lib/msun/src/
H A Ds_lroundl.c4 #define DTYPE_MIN LONG_MIN
H A Ds_lroundf.c4 #define DTYPE_MIN LONG_MIN
H A Ds_lround.c37 #define DTYPE_MIN LONG_MIN
/freebsd/usr.bin/getaddrinfo/
H A Dgetaddrinfo.c196 if ((errno == ERANGE) && ((value == LONG_MAX) || (value == LONG_MIN))) in parse_protocol()
238 if ((errno == ERANGE) && ((value == LONG_MAX) || (value == LONG_MIN))) in parse_numeric_tabular()
/freebsd/contrib/tzcode/
H A Dprivate.h344 # define INT_FAST64_MIN LONG_MIN
370 # define INT_FAST32_MIN LONG_MIN
392 # define INTMAX_MIN LONG_MIN
873 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \
/freebsd/sys/sys/
H A Dlimits.h63 #define LONG_MIN __LONG_MIN /* min for a long */ macro
H A Dumtx.h36 #define UMTX_CONTESTED LONG_MIN
/freebsd/contrib/llvm-project/libcxx/include/
H A Dclimits31 LONG_MIN
/freebsd/usr.bin/m4/
H A Dtokenizer.l74 if (((l == LONG_MAX || l == LONG_MIN) && errno == ERANGE) ||
/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h368 #define WORD_MIN LONG_MIN
/freebsd/contrib/nvi/common/
H A Dutil.h48 NNFITS(LONG_MIN, (v1), (v2))) ? NUM_UNDER : NUM_OK : \

123