Searched refs:LONG_MIN (Results 1 – 8 of 8) sorted by relevance
99 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX; in strtol()122 acc = neg ? LONG_MIN : LONG_MAX; in strtol()
65 #define LONG_MIN __LONG_MIN /* min for a long */ macro
435 if (llval < LONG_MIN || llval > LONG_MAX) in string2l()791 assert(v == LONG_MIN); in test_string2l()
357 value >= LONG_MIN && value <= LONG_MAX) in incrDecrCommand()
148 if (value >= LONG_MIN && value <= LONG_MAX) { in createStringObjectFromLongLongWithOptions()723 if (value < LONG_MIN || value > LONG_MAX) { in getLongFromObjectOrReply()
6672 if (!value) return LONG_MIN; in getLongInfoField()6732 if (k == LONG_MIN) continue; in statMode()
5154 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()
308 [VSD_DTYPE_INT_SLONG] = {.intlong = {.slong = LONG_MIN}},