Home
last modified time | relevance | path

Searched refs:locales (Results 1 – 25 of 38) sorted by relevance

12

/freebsd-13.1/contrib/bc/scripts/
H A Dlocale_uninstall.sh62 locales=$(gen_nlspath "$destdir/$nlspath" "*" "$main_exec")
63 locales=$(ls $locales 2> /dev/null)
65 for l in $locales; do
H A Dlocale_install.sh215 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 Dlocale.c70 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 Dlocaleck.c40 } 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 Dset213 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 Dcsh.login7 # For full locales list check /usr/share/locale/*
/freebsd-13.1/bin/sh/
H A Dprofile7 # For full locales list check /usr/share/locale/*
/freebsd-13.1/tools/diag/
H A DREADME13 localeck check for invalid/incomplete locales
/freebsd-13.1/lib/libc/locale/
H A DDESIGN.xlocale9 - 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 Dbuild.md277 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 DREADME29 linking. In particular, nsswitch, locales, and pam all
/freebsd-13.1/contrib/bc/
H A DREADME.md352 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 DNEWS.md320 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 Dconfigure851 install-all-locales) all_locales=1 ;;
864 enable-memcheck* | install-all-locales*)
H A Dconfigure.sh851 install-all-locales) all_locales=1 ;;
864 enable-memcheck* | install-all-locales*)
/freebsd-13.1/tools/tools/locale/
H A DREADME15 results into /usr/src/share/* as source files for locales.
/freebsd-13.1/tools/tools/locale/tools/
H A Dfinalize59 TEMP=${TMPDIR}/${1}.locales
/freebsd-13.1/usr.bin/gh-bc/
H A DMakefile32 NLSSRCDIR= ${BCDIR}/locales
/freebsd-13.1/contrib/llvm-project/libcxx/include/
H A Dstreambuf32 // 27.6.2.2.1 locales:
139 // 27.6.2.2.1 locales:
H A Dios83 // 27.5.2.3 locales:
294 // 27.5.2.3 locales:
H A D__locale44 // WASI libc uses musl's locales support.
/freebsd-13.1/contrib/diff/
H A DNEWS40 * New locales: hu, pt_BR.
87 * Some internationalization support has been added, but multibyte locales
H A DABOUT-NLS120 locales supported by your system for your country by running the command
/freebsd-13.1/contrib/one-true-awk/
H A DFIXES549 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 Dluaconf.h.dist656 ** Change that if you do not want to use C locales. (Code using this

12