Symbol: LLONG_MIN
crypto/openssh/defines.h
261
#if !defined(LLONG_MIN) && defined(LONG_LONG_MIN)
crypto/openssh/openbsd-compat/fmt_scaled.c
181
whole < LLONG_MIN / scale_fact) {
crypto/openssh/openbsd-compat/fmt_scaled.c
193
fpart <= LLONG_MIN / scale_fact) {
crypto/openssh/openbsd-compat/fmt_scaled.c
228
if (number == LLONG_MIN) {
crypto/openssh/openbsd-compat/regress/strtonumtest.c
69
test("-9223372036854775808", LLONG_MIN, LLONG_MAX, 1);
crypto/openssh/openbsd-compat/regress/strtonumtest.c
70
test("9223372036854775807", LLONG_MIN, LLONG_MAX, 1);
crypto/openssh/openbsd-compat/regress/strtonumtest.c
71
test("-9223372036854775809", LLONG_MIN, LLONG_MAX, 0);
crypto/openssh/openbsd-compat/regress/strtonumtest.c
72
test("9223372036854775808", LLONG_MIN, LLONG_MAX, 0);
crypto/openssh/openbsd-compat/regress/strtonumtest.c
73
test("1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0);
crypto/openssh/openbsd-compat/regress/strtonumtest.c
74
test("-1000000000000000000000000", LLONG_MIN, LLONG_MAX, 0);
crypto/openssh/openbsd-compat/strtoll.c
101
cutoff = neg ? LLONG_MIN : LLONG_MAX;
crypto/openssh/openbsd-compat/strtoll.c
125
acc = LLONG_MIN;
crypto/openssh/openbsd-compat/strtonum.c
58
else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
crypto/openssh/sftp.c
1515
((ll == LLONG_MIN || ll == LLONG_MAX) && errno == ERANGE) ||
lib/libc/locale/wcstoll.c
124
acc = neg ? LLONG_MIN : LLONG_MAX;
lib/libc/locale/wcstoll.c
95
cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
lib/libc/stdlib/strtoll.c
118
cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
lib/libc/stdlib/strtoll.c
142
acc = neg ? LLONG_MIN : LLONG_MAX;
lib/libc/stdlib/strtonum.c
61
else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
lib/libc/tests/stdio/snprintf_test.c
152
SNPRINTF_TEST("-9223372036854775808", "%w64d", (int64_t)LLONG_MIN);
lib/libc/tests/stdio/snprintf_test.c
184
SNPRINTF_TEST("-9223372036854775808", "%wf64d", (int_fast64_t)LLONG_MIN);
lib/libc/tests/stdio/swprintf_test.c
153
SWPRINTF_TEST("-9223372036854775808", "%w64d", (int64_t)LLONG_MIN);
lib/libc/tests/stdio/swprintf_test.c
185
SWPRINTF_TEST("-9223372036854775808", "%wf64d", (int_fast64_t)LLONG_MIN);
lib/libc/tests/string/ffsll_test.c
30
#define TYPE_MIN LLONG_MIN
lib/libc/tests/string/flsll_test.c
30
#define TYPE_MIN LLONG_MIN
lib/liblua/luaconf.h
551
#define LUA_MININTEGER LLONG_MIN
lib/msun/src/s_llround.c
4
#define DTYPE_MIN LLONG_MIN
lib/msun/src/s_llroundf.c
4
#define DTYPE_MIN LLONG_MIN
lib/msun/src/s_llroundl.c
4
#define DTYPE_MIN LLONG_MIN
sbin/pfctl/parse.y
7530
yylval.v.number = strtonum(buf, LLONG_MIN,
stand/liblua/luaconf.h
568
#define LUA_MININTEGER LLONG_MIN
usr.sbin/ypldap/parse.y
609
yylval.v.number = strtonum(buf, LLONG_MIN,