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

  /src/external/gpl2/diffutils/dist/lib/
strtol.c 190 # define LOCALE_PARAM , loc
193 # define LOCALE_PARAM
260 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
468 strtol (nptr, endptr, base LOCALE_PARAM)
474 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
strtol.c 183 # define LOCALE_PARAM , loc
186 # define LOCALE_PARAM
437 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
strtol.c 183 # define LOCALE_PARAM , loc
186 # define LOCALE_PARAM
437 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/grep/dist/lib/
strtol.c 194 # define LOCALE_PARAM , loc
197 # define LOCALE_PARAM
264 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
472 strtol (nptr, endptr, base LOCALE_PARAM)
478 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);
  /src/external/gpl2/xcvs/dist/lib/
strtol.c 191 # define LOCALE_PARAM , loc
194 # define LOCALE_PARAM
450 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);

Completed in 24 milliseconds