Home
last modified time | relevance | path

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

/stdlib/
A Dstrtol_l.c99 # define STRTOL_LONG_MIN LONG_LONG_MIN macro
111 # define STRTOL_LONG_MIN LONG_MIN macro
490 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1 in INTERNAL()
501 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX; in INTERNAL()

Completed in 4 milliseconds