Home | History | Annotate | Download | only in m4

Lines Matching full:setlocale

29   /* On native Windows, setlocale(category, "") looks at the system settings,
33 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL
34 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
37 if (setlocale (LC_ALL, "") == NULL) return 1;
42 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
45 On MirBSD 10, when an unsupported locale is specified, setlocale()
78 # Handle native Windows specially, because there setlocale() interprets
157 /* On native Windows, setlocale(category, "") looks at the system settings,
161 if (setlocale (LC_ALL, getenv ("LC_ALL")) == NULL
162 || strcmp (setlocale (LC_CTYPE, NULL), "C") == 0)
165 if (setlocale (LC_ALL, "") == NULL) return 1;
170 On OpenBSD 4.0, when an unsupported locale is specified, setlocale()
206 # Handle native Windows specially, because there setlocale() interprets