Lines Matching refs:LC_ALL
28 if (setlocale (LC_ALL, "") == NULL) return 1;
45 LC_ALL is set on the command line. */
46 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
62 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
64 # configure script would override the LC_ALL setting. Likewise for
67 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
71 if (LC_ALL=fr_FR.ISO-8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
75 if (LC_ALL=fr_FR.ISO8859-1 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
79 if (LC_ALL=fr_FR.iso88591 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
83 if (LC_ALL=fr LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
122 if (setlocale (LC_ALL, "") == NULL) return 1;
139 LC_ALL is set on the command line. */
140 if (strchr (getenv ("LC_ALL"), '.') == NULL) return 1;
159 # Setting LC_ALL is not enough. Need to set LC_TIME to empty, because
161 # configure script would override the LC_ALL setting. Likewise for
164 if (LC_ALL=fr_FR LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
168 if (LC_ALL=fr_FR.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then
172 if (LC_ALL=fr.UTF-8 LC_TIME= LC_CTYPE= ./conftest; exit) 2>/dev/null; then