Home
last modified time | relevance | path

Searched refs:LLONG_MIN (Results 1 – 25 of 45) sorted by relevance

12

/freebsd/crypto/openssh/openbsd-compat/regress/
H A Dstrtonumtest.c29 # 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 Dlimits.h32 # ifndef LLONG_MIN
33 # define LLONG_MIN ((LONGLONG_T)(~(ULLONG_MAX >> 1))) macro
/freebsd/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c181 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 Dstrtoll.c101 cutoff = neg ? LLONG_MIN : LLONG_MAX; in strtoll()
125 acc = LLONG_MIN; in strtoll()
H A Dstrtonum.c58 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
/freebsd/contrib/sendmail/libsm/
H A Dt-types.c60 ll = LLONG_MIN;
64 lt = LLONG_MIN - 1;
H A Dstrto.c106 cutoff = neg ? LLONG_MIN : LLONG_MAX;
135 acc = LLONG_MIN;
/freebsd/lib/libc/stdlib/
H A Dstrtoll.c118 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 Dstrtonum.c53 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dlimits.h105 #undef LLONG_MIN
110 #define LLONG_MIN (-__LONG_LONG_MAX__-1LL) macro
/freebsd/lib/libc/locale/
H A Dwcstoll.c95 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 Dlimits.gperf76 LLONG_MIN, LLONG_MIN keyword
/freebsd/contrib/tzcode/
H A Dprivate.h333 # 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 Dffsll_test.c30 #define TYPE_MIN LLONG_MIN
H A Dflsll_test.c30 #define TYPE_MIN LLONG_MIN
/freebsd/lib/msun/src/
H A Ds_llround.c4 #define DTYPE_MIN LLONG_MIN
H A Ds_llroundf.c4 #define DTYPE_MIN LLONG_MIN
H A Ds_llroundl.c4 #define DTYPE_MIN LLONG_MIN
/freebsd/lib/libc/tests/stdio/
H A Dsnprintf_test.c152 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 Dswprintf_test.c153 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 Dintprops.h76 # 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 Dcompat_strtonum.c55 else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval) in strtonum()
/freebsd/sys/sys/
H A Dlimits.h68 #define LLONG_MIN __LLONG_MIN /* min for a long long */ macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Dclimits34 LLONG_MIN // C99
/freebsd/contrib/tnftp/
H A Dtnftp.h405 # if !defined(LLONG_MIN)
406 # define LLONG_MIN (-0x7fffffffffffffffLL-1) macro

12