| /freebsd-13.1/contrib/bc/scripts/ |
| H A D | locale_uninstall.sh | 62 locales=$(gen_nlspath "$destdir/$nlspath" "*" "$main_exec") 63 locales=$(ls $locales 2> /dev/null) 65 for l in $locales; do
|
| H A D | locale_install.sh | 215 locales=$(locale -a) 217 locales=$(locale -m) 230 localeexists "$locales" "$locale" "$destdir" 261 localeexists "$locales" "$locale" "$destdir"
|
| /freebsd-13.1/usr.bin/locale/ |
| H A D | locale.c | 70 static StringList *locales = NULL; variable 460 printf("%s\n", locales->sl_str[i]); in list_locales() 497 s = locales->sl_str[i]; in list_charmaps() 531 if (locales != NULL) in init_locales_list() 535 locales = sl_init(); in init_locales_list() 536 if (locales == NULL) in init_locales_list() 557 sl_add(locales, strdup(dp->d_name)); in init_locales_list() 566 sl_add(locales, strdup("POSIX")); in init_locales_list() 568 if (sl_find(locales, "C") == NULL) in init_locales_list() 569 sl_add(locales, strdup("C")); in init_locales_list() [all …]
|
| /freebsd-13.1/tools/diag/localeck/ |
| H A D | localeck.c | 40 } locales[_LC_LAST] = { variable 65 if (setlocale(locales[i].catid, localename) == NULL) { in main() 66 printf("setlocale(%s, %s) failed\n", locales[i].catname, in main()
|
| /freebsd-13.1/contrib/tcsh/nls/spanish/ |
| H A D | set21 | 3 1 No he podido leer los caracteres locales.\n 4 2 No he podido establecer los caracteres locales.\n
|
| /freebsd-13.1/bin/csh/ |
| H A D | csh.login | 7 # For full locales list check /usr/share/locale/*
|
| /freebsd-13.1/bin/sh/ |
| H A D | profile | 7 # For full locales list check /usr/share/locale/*
|
| /freebsd-13.1/tools/diag/ |
| H A D | README | 13 localeck check for invalid/incomplete locales
|
| /freebsd-13.1/lib/libc/locale/ |
| H A D | DESIGN.xlocale | 9 - Manipulation of per-thread locales (POSIX) 52 objects. This makes copying locales very cheap. 57 All locales and locale components are reference counted. The global locale, 102 This is not possible in a multithreaded environment, with multiple locales.
|
| /freebsd-13.1/contrib/bc/manuals/ |
| H A D | build.md | 277 The directory to install locales in. 369 When the library is built, history and locales are disabled, and the 630 By default, `bc` and `dc` do not install all locales, but only the enabled 631 locales. If `DESTDIR` exists and is not empty, then they will install all of 632 the locales that exist on the system. The `-l` flag or `--install-all-locales` 633 option skips all of that and just installs all of the locales that `bc` and `dc` 635 `--install-all-locales` option to `configure.sh`, as follows: 639 ./configure.sh --install-all-locales
|
| /freebsd-13.1/rescue/ |
| H A D | README | 29 linking. In particular, nsswitch, locales, and pam all
|
| /freebsd-13.1/contrib/bc/ |
| H A D | README.md | 352 German, Portuguese, Dutch, Polish, Russian, Japanese, and Chinese locales. 354 `locales/` as a starting point. 358 Japanese, and Chinese locales were all generated with [DeepL][22]. 360 The message files provided assume that locales apply to all regions where a 414 locales Locale files, in .msg format. Patches welcome for translations.
|
| H A D | NEWS.md | 320 This is a production release that fixes the Chinese locales (which caused `bc` 359 This is a production release that adds a way to install *all* locales. Users do 367 This is a production release that adds two Spanish locales. Users do ***NOT*** 368 need to upgrade, unless they want those locales. 420 Users do ***NOT*** need to update unless they want the locales. 616 This is a production release with fixes for new locales and fixes for compiler 698 Portuguese locales. No `bc` code was changed. 736 Portuguese, both Portugal and Brazil locales.
|
| H A D | configure | 851 install-all-locales) all_locales=1 ;; 864 enable-memcheck* | install-all-locales*)
|
| H A D | configure.sh | 851 install-all-locales) all_locales=1 ;; 864 enable-memcheck* | install-all-locales*)
|
| /freebsd-13.1/tools/tools/locale/ |
| H A D | README | 15 results into /usr/src/share/* as source files for locales.
|
| /freebsd-13.1/tools/tools/locale/tools/ |
| H A D | finalize | 59 TEMP=${TMPDIR}/${1}.locales
|
| /freebsd-13.1/usr.bin/gh-bc/ |
| H A D | Makefile | 32 NLSSRCDIR= ${BCDIR}/locales
|
| /freebsd-13.1/contrib/llvm-project/libcxx/include/ |
| H A D | streambuf | 32 // 27.6.2.2.1 locales: 139 // 27.6.2.2.1 locales:
|
| H A D | ios | 83 // 27.5.2.3 locales: 294 // 27.5.2.3 locales:
|
| H A D | __locale | 44 // WASI libc uses musl's locales support.
|
| /freebsd-13.1/contrib/diff/ |
| H A D | NEWS | 40 * New locales: hu, pt_BR. 87 * Some internationalization support has been added, but multibyte locales
|
| H A D | ABOUT-NLS | 120 locales supported by your system for your country by running the command
|
| /freebsd-13.1/contrib/one-true-awk/ |
| H A D | FIXES | 549 regular expressions in non-US locales. thanks to ruslan for keeping 573 most locales. 608 rolled back -- programs like x = 1.2 don't work in some locales, 614 locales, using strcoll and iswhatever tests for posix character
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | luaconf.h.dist | 656 ** Change that if you do not want to use C locales. (Code using this
|