Home
last modified time | relevance | path

Searched refs:LONG_MIN (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/libkern/
H A Dstrtol.c99 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()
122 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
/f-stack/freebsd/sys/
H A Dlimits.h65 #define LONG_MIN __LONG_MIN /* min for a long */ macro
/f-stack/app/redis-5.0.5/src/
H A Dutil.c435 if (llval < LONG_MIN || llval > LONG_MAX) in string2l()
791 assert(v == LONG_MIN); in test_string2l()
H A Dt_string.c357 value >= LONG_MIN && value <= LONG_MAX) in incrDecrCommand()
H A Dobject.c148 if (value >= LONG_MIN && value <= LONG_MAX) { in createStringObjectFromLongLongWithOptions()
723 if (value < LONG_MIN || value > LONG_MAX) { in getLongFromObjectOrReply()
H A Dredis-cli.c6672 if (!value) return LONG_MIN; in getLongInfoField()
6732 if (k == LONG_MIN) continue; in statMode()
/f-stack/tools/libxo/libxo/
H A Dlibxo.c5154 if (width == LONG_MIN || width == LONG_MAX || bp == cp || *cp != '\0') { in xo_find_width()
5196 if (width == LONG_MIN || width == LONG_MAX in xo_find_width()
/f-stack/freebsd/kern/
H A Dsubr_stats.c308 [VSD_DTYPE_INT_SLONG] = {.intlong = {.slong = LONG_MIN}},