Symbol: LLONG_MIN
crypto/libressl/apps/openssl/certhash.c
270
if (errno == ERANGE && (val == LLONG_MAX || val == LLONG_MIN))
crypto/openssh/defines.h
259
#if !defined(LLONG_MIN) && defined(LONG_LONG_MIN)
crypto/openssh/sftp.c
1515
((ll == LLONG_MIN || ll == LLONG_MAX) && errno == ERANGE) ||
lib/libc/locale/wcstoll.c
119
acc = neg ? LLONG_MIN : LLONG_MAX;
lib/libc/locale/wcstoll.c
90
cutoff = neg ? (unsigned long long)-(LLONG_MIN + LLONG_MAX) + LLONG_MAX
lib/libc/stdlib/strtoll.c
38
#define __INT_MIN LLONG_MIN
lib/libc/stdlib/strtonum.c
54
else if ((ll == LLONG_MIN && errno == ERANGE) || ll < minval)
lib/libssh/openbsd-compat/fmt_scaled.c
181
whole < LLONG_MIN / scale_fact) {
lib/libssh/openbsd-compat/fmt_scaled.c
193
fpart <= LLONG_MIN / scale_fact) {
lib/libssh/openbsd-compat/fmt_scaled.c
228
if (number == LLONG_MIN) {
lib/libutil/dehumanize_number.c
104
else if (errno == ERANGE && (tmp == LLONG_MAX || tmp == LLONG_MIN))
sbin/hammer/cmd_history.c
269
return(res == ERANGE && (val == LLONG_MIN || val == LLONG_MAX));
sys/cpu/x86_64/include/limits.h
112
#define QUAD_MIN LLONG_MIN /* min value for a quad_t */
sys/dev/drm/amd/display/include/fixed31_32.h
256
((arg1.value < 0) && (LLONG_MIN - arg1.value <= arg2.value)));
sys/dev/drm/amd/display/include/fixed31_32.h
280
ASSERT(((arg2.value >= 0) && (LLONG_MIN + arg2.value <= arg1.value)) ||
sys/dev/drm/amd/display/include/fixed31_32.h
32
#ifndef LLONG_MIN
sys/dev/drm/amd/display/include/fixed31_32.h
37
#ifndef LLONG_MIN
usr.sbin/pfctl/parse.y
5646
yylval.v.number = strtonum(buf, LLONG_MIN,
usr.sbin/sensorsd/sensorsd.c
709
if (p->lower != LLONG_MIN || p->upper != LLONG_MAX)
usr.sbin/sensorsd/sensorsd.c
725
return (LLONG_MIN);