HomeSort by: relevance | last modified time | path
    Searched defs:STRTOL_LONG_MIN (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/diffutils/dist/lib/
strtol.c 133 # define STRTOL_LONG_MIN LONG_LONG_MIN
176 # define STRTOL_LONG_MIN LONG_MIN
412 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1
423 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 118 # define STRTOL_LONG_MIN LONG_LONG_MIN
169 # define STRTOL_LONG_MIN LONG_MIN
390 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1
401 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 118 # define STRTOL_LONG_MIN LONG_LONG_MIN
169 # define STRTOL_LONG_MIN LONG_MIN
390 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1
401 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
  /src/external/gpl2/grep/dist/lib/
strtol.c 137 # define STRTOL_LONG_MIN LONG_LONG_MIN
180 # define STRTOL_LONG_MIN LONG_MIN
416 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1
427 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 126 # define STRTOL_LONG_MIN LONG_LONG_MIN
177 # define STRTOL_LONG_MIN LONG_MIN
403 ? -((unsigned LONG int) (STRTOL_LONG_MIN + 1)) + 1
414 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;

Completed in 24 milliseconds