/freebsd/crypto/openssh/openbsd-compat/regress/ |
H A D | strtonumtest.c | 29 # define LLONG_MIN LONGLONG_MIN macro 35 # define LLONG_MIN LONG_LONG_MIN macro 69 test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1); in main() 70 test("9223372036854775807", LLONG_MIN, LLONG_MAX, 1); in main() 71 test("-9223372036854775809", LLONG_MIN, LLONG_MAX, 0); in main() 72 test("9223372036854775808", LLONG_MIN, LLONG_MAX, 0); in main() 73 test("1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main() 74 test("-1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0); in main()
|
/freebsd/contrib/sendmail/include/sm/ |
H A D | limits.h | 32 # ifndef LLONG_MIN 33 # define LLONG_MIN ((LONGLONG_T)(~(ULLONG_MAX >> 1))) macro
|
/freebsd/crypto/openssh/openbsd-compat/ |
H A D | fmt_scaled.c | 181 whole < LLONG_MIN / scale_fact) { in scan_scaled() 193 fpart <= LLONG_MIN / scale_fact) { in scan_scaled() 228 if (number == LLONG_MIN) { in fmt_scaled()
|
H A D | strtoll.c | 101 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll() 125 acc = LLONG_MIN; in strtoll()
|
H A D | strtonum.c | 58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
|
/freebsd/contrib/sendmail/libsm/ |
H A D | t-types.c | 60 ll = LLONG_MIN; 64 lt = LLONG_MIN - 1;
|
H A D | strto.c | 106 cutoff = neg ? LLONG_MIN : LLONG_MAX; 135 acc = LLONG_MIN;
|
/freebsd/lib/libc/stdlib/ |
H A D | strtoll.c | 118 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX in strtoll_l() 142 acc = neg ? LLONG_MIN : LLONG_MAX; in strtoll_l()
|
H A D | strtonum.c | 53 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | limits.h | 105 #undef LLONG_MIN 110 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
|
/freebsd/lib/libc/locale/ |
H A D | wcstoll.c | 95 cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX in wcstoll_l() 124 acc = neg ? LLONG_MIN : LLONG_MAX; in wcstoll_l()
|
/freebsd/usr.bin/getconf/ |
H A D | limits.gperf | 76 LLONG_MIN, LLONG_MIN keyword
|
/freebsd/contrib/tzcode/ |
H A D | private.h | 333 # ifndef LLONG_MIN 334 # define LLONG_MIN (-1 - LLONG_MAX) 349 # define INT_FAST64_MIN LLONG_MIN 388 # define INTMAX_MIN LLONG_MIN 873 int: INT_MIN, long: LONG_MIN, long long: LLONG_MIN, \ 310 # define LLONG_MIN global() macro
|
/freebsd/lib/libc/tests/string/ |
H A D | ffsll_test.c | 30 #define TYPE_MIN LLONG_MIN
|
H A D | flsll_test.c | 30 #define TYPE_MIN LLONG_MIN
|
/freebsd/lib/msun/src/ |
H A D | s_llround.c | 4 #define DTYPE_MIN LLONG_MIN
|
H A D | s_llroundf.c | 4 #define DTYPE_MIN LLONG_MIN
|
H A D | s_llroundl.c | 4 #define DTYPE_MIN LLONG_MIN
|
/freebsd/lib/libc/tests/stdio/ |
H A D | snprintf_test.c | 152 SNPRINTF_TEST("-9223372036854775808", "%w64d", (int64_t)LLONG_MIN); in ATF_TC_BODY() 184 SNPRINTF_TEST("-9223372036854775808", "%wf64d", (int_fast64_t)LLONG_MIN); in ATF_TC_BODY()
|
H A D | swprintf_test.c | 153 SWPRINTF_TEST("-9223372036854775808", "%w64d", (int64_t)LLONG_MIN); in ATF_TC_BODY() 185 SWPRINTF_TEST("-9223372036854775808", "%wf64d", (int_fast64_t)LLONG_MIN); in ATF_TC_BODY()
|
/freebsd/contrib/ntp/sntp/libopts/ |
H A D | intprops.h | 76 # define LLONG_MIN __INT64_MIN macro 391 long long int, LLONG_MIN, LLONG_MAX))) 410 long long int, LLONG_MIN, LLONG_MAX))
|
/freebsd/contrib/mandoc/ |
H A D | compat_strtonum.c | 55 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
|
/freebsd/sys/sys/ |
H A D | limits.h | 68 #define LLONG_MIN __LLONG_MIN /* min for a long long */ macro
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | climits | 34 LLONG_MIN // C99
|
/freebsd/contrib/tnftp/ |
H A D | tnftp.h | 405 # if !defined(LLONG_MIN) 406 # define LLONG_MIN (-0x7fffffffffffffffLL-1) macro
|