Home | History | Annotate | Download | only in import

Lines Matching defs:setlocale

50 #  if 0 /* see comment regarding use of setlocale(), below */
61 /* For the use of setlocale() below, the Gnulib override in setlocale.c is
63 # undef setlocale
821 becomes invalid when setlocale() is used to change the global locale, or
922 'setlocale' call specified. So we use it as a last resort, in
923 case the string returned by 'setlocale' doesn't specify the
925 char *current_locale = setlocale (LC_CTYPE, NULL);
942 setlocale now returns "French_France.utf8" instead. */
1078 /* On old systems which lack it, use setlocale or getenv. */
1082 (like DJGPP) have only the C locale. Therefore we don't use setlocale
1086 locale = setlocale (LC_CTYPE, NULL);