Searched refs:default_locale (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/bin/bash/
H A Dlocale.c45 static char *default_locale; variable
65 /* Set the value of default_locale and make the current locale the
71 default_locale = setlocale (LC_ALL, "");
72 if (default_locale)
73 default_locale = savestring (default_locale);
305 locale = default_locale; /* system-dependent; not really portable. should it be "C"? */

Completed in 34 milliseconds