/freebsd/contrib/ntp/libntp/ |
H A D | timexsup.c | 45 if (dval <= (double)LONG_MIN) in dbl_from_var_long() 46 return LONG_MIN; in dbl_from_var_long()
|
/freebsd/sys/libkern/ |
H A D | strtol.c | 94 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 D | strtol.c | 116 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 D | limits.h | 39 #undef LONG_MIN 56 #define LONG_MIN (-__LONG_MAX__ -1L) macro
|
/freebsd/lib/libc/locale/ |
H A D | wcstol.c | 95 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 D | asn1_encode_test.c | 222 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 D | sanitytest.c | 64 || !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 D | numeric.c | 74 if (rng->rmax == LONG_MIN) in optionShowRange() 76 else if (rng->rmin == LONG_MIN) in optionShowRange()
|
H A D | intprops.h | 388 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 D | nl.c | 177 ((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 D | limits.gperf | 80 LONG_MIN, LONG_MIN keyword
|
/freebsd/crypto/heimdal/lib/roken/ |
H A D | snprintf-test.c | 96 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 D | ffsl_test.c | 30 #define TYPE_MIN LONG_MIN
|
H A D | flsl_test.c | 30 #define TYPE_MIN LONG_MIN
|
/freebsd/lib/msun/src/ |
H A D | s_lroundl.c | 4 #define DTYPE_MIN LONG_MIN
|
H A D | s_lroundf.c | 4 #define DTYPE_MIN LONG_MIN
|
H A D | s_lround.c | 37 #define DTYPE_MIN LONG_MIN
|
/freebsd/usr.bin/getaddrinfo/ |
H A D | getaddrinfo.c | 196 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 D | private.h | 344 # 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 D | limits.h | 63 #define LONG_MIN __LONG_MIN /* min for a long */ macro
|
H A D | umtx.h | 36 #define UMTX_CONTESTED LONG_MIN
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | climits | 31 LONG_MIN
|
/freebsd/usr.bin/m4/ |
H A D | tokenizer.l | 74 if (((l == LONG_MAX || l == LONG_MIN) && errno == ERANGE) ||
|
/freebsd/contrib/ntp/sntp/libopts/compat/ |
H A D | compat.h | 368 #define WORD_MIN LONG_MIN
|
/freebsd/contrib/nvi/common/ |
H A D | util.h | 48 NNFITS(LONG_MIN, (v1), (v2))) ? NUM_UNDER : NUM_OK : \
|