| /src/usr.bin/locale/ |
| locale.c | 78 static StringList *locales = NULL; variable 308 * Output information about all available locales 313 * also validate these locales? 321 for (i = 0; i < locales->sl_cur; i++) { 322 printf("%s\n", locales->sl_str[i]); 339 * list of locales, splitting their codeset part and building list of 354 /* fetch locales list */ 358 for (i = 0; i < locales->sl_cur; i++) { 359 s = locales->sl_str[i]; 381 * Retrieve sorted list of system locales (or user locales, if PATH_LOCAL [all...] |
| /src/tests/lib/libc/gen/ |
| t_ctype.c | 76 static const char *const locales[] = { "C.UTF-8", "fr_FR.ISO8859-1", "C" }; variable 137 for (i = 0; i < __arraycount(locales); i++) { 141 strcmp(locales[i], "C") == 0) { 146 ATF_REQUIRE_MSG(setlocale(LC_CTYPE, locales[i]) != NULL, 147 "locales[i]=%s", locales[i]); local 148 snprintf(buf, sizeof(buf), "[%s]%s", locales[i], name); 848 for (i = 0; i < __arraycount(locales); i++) { 849 fprintf(stderr, "# locale %s\n", locales[i]); 850 test_abuse_override(tc, fn, mode, locales[i]) [all...] |
| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| features.py | 137 locales = { variable 145 for locale, alts in locales.items():
|
| dsl.py | 147 def hasAnyLocale(config, locales): 162 // For debugging purposes print which locales are (not) supported. 173 return programOutput(config, program, args=[pipes.quote(l) for l in locales], 174 testPrefix="check_locale_" + locales[0]) is not None
|
| /src/external/gpl2/grep/dist/ |
| grep.spec | 92 - Fix up echo A |grep '[A-Z0-9]' in locales other than C
|
| /src/external/historical/nawk/dist/ |
| FIXES | 105 Disabled utf-8 for non-multibyte locales, such as C or POSIX.
|
| FIXES.1e | 620 regular expressions in non-US locales. thanks to ruslan for keeping 644 most locales. 679 rolled back -- programs like x = 1.2 don't work in some locales, 685 locales, using strcoll and iswhatever tests for posix character
|
| /src/usr.sbin/sysinst/ |
| msg.mi.es | 475 versi�n) si estuviera usando ficheros de contrase�as locales.
|
| /src/external/gpl3/gdb.old/dist/gnulib/ |
| configure | 8480 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 8482 variables, and all locales use the UTF-8 encoding. */ 18220 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 18222 variables, and all locales use the UTF-8 encoding. */ 18260 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales 18366 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 18368 variables, and all locales use the UTF-8 encoding. */ 18497 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 18499 variables, and all locales use the UTF-8 encoding. */ 18578 # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK ar [all...] |
| /src/external/gpl3/gdb/dist/gnulib/ |
| configure | 8477 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 8479 variables, and all locales use the UTF-8 encoding. */ 18217 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 18219 variables, and all locales use the UTF-8 encoding. */ 18257 /* Check whether MB_CUR_MAX is > 1. This excludes the dysfunctional locales 18363 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 18365 variables, and all locales use the UTF-8 encoding. */ 18494 /* On BeOS and Haiku, locales are not implemented in libc. Rather, libintl 18496 variables, and all locales use the UTF-8 encoding. */ 18575 # On Solaris 8, the locales zh_CN.GB18030, zh_CN.GBK, zh.GBK ar [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/ |
| configure | [all...] |