Searched refs:locale (Results 176 - 200 of 502) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dnumeric_members.cc36 #include <locale>
44 // "C" locale
76 // "C" locale
/freebsd-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.cc36 #include <locale>
/freebsd-11-stable/contrib/libstdc++/src/
H A Dlocale_facets.cc29 #include <locale>
H A DMakefile.am115 c++locale.cc
117 c++locale.cc: ${glibcxx_srcdir}/$(CLOCALE_CC)
148 locale.cc \
163 locale-inst.cc \
/freebsd-11-stable/contrib/libxo/tests/gettext/
H A Dgt_01.c20 #include <locale.h>
/freebsd-11-stable/crypto/heimdal/kuser/
H A Dkuser_locl.h90 #include <locale.h>
/freebsd-11-stable/lib/libc/tests/locale/
H A Dmblen_test.c39 #include <locale.h>
52 * C/POSIX locale.
57 /* No shift states in C locale. */
75 * Japanese (EUC) locale.
H A Dtowctrans_test.c37 #include <locale.h>
58 /* C/POSIX locale. */
70 /* Japanese (EUC) locale. */
H A Diswctype_test.c39 #include <locale.h>
H A Dmbrlen_test.c40 #include <locale.h>
54 /* C/POSIX locale. */
79 /* Japanese (EUC) locale. */
H A Dmbstowcs_test.c40 #include <locale.h>
54 /* C/POSIX locale. */
92 /* Japanese (EUC) locale. */
/freebsd-11-stable/lib/libc/tests/net/
H A Deui64_aton_test.c33 #include <locale.h>
/freebsd-11-stable/gnu/usr.bin/diff/
H A DMakefile15 strftime.c c-stack.c basename.c exclude.c hard-locale.c \
/freebsd-11-stable/lib/libc/locale/
H A Dlocaleconv.c42 #include <locale.h>
54 * locale has been changed.
58 * Return the current locale conversion.
H A DMakefile.inc4 # locale sources
5 .PATH: ${LIBC_SRCTOP}/${LIBC_ARCH}/locale ${LIBC_SRCTOP}/locale
32 SYM_MAPS+=${LIBC_SRCTOP}/locale/Symbol.map
H A Dlmonetary.c102 struct lc_monetary_T *l = &loc->locale;
174 ? &((struct xlocale_monetary*)loc->components[XLC_MONETARY])->locale
/freebsd-11-stable/usr.bin/colrm/
H A Dcolrm.c49 #include <locale.h>
/freebsd-11-stable/usr.bin/rev/
H A Drev.c49 #include <locale.h>
/freebsd-11-stable/crypto/openssh/regress/unittests/utf8/
H A Dtests.c11 #include <locale.h>
/freebsd-11-stable/contrib/libarchive/cpio/test/
H A Dtest_option_t.c29 #include <locale.h>
85 /* Date varies depending on local timezone and locale. */
/freebsd-11-stable/contrib/dialog/
H A Dmakefile.in76 localedir = $(prefix)/@DATADIRNAME@/locale
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c43 #include <locale.h>
68 static char *locale; /* user's locale if -L is used */ variable
69 static char *lang_locale; /* short form of locale */
79 * Mapping from locale to nroff device
683 if (locale != NULL) {
684 asprintf(&mandir, "%s/%s", dir, locale);
718 if ((locale = setlocale(LC_CTYPE, "")) == NULL) {
719 warnx("-L option used, but no locale found\n");
722 sep = strchr(locale, '
[all...]
/freebsd-11-stable/usr.sbin/kbdmap/
H A Dkbdmap.c175 const char *locale; local
177 if ((locale = getenv("LC_ALL")) == NULL &&
178 (locale = getenv("LC_CTYPE")) == NULL &&
179 (locale = getenv("LANG")) == NULL)
180 locale = lang_default;
183 if (!strcmp(locale, "C"))
184 locale = DEFAULT_LANG;
186 return locale;
/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_wacs.c113 * If we're running in a UTF-8 locale, will use the Unicode equivalents
/freebsd-11-stable/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc36 #include <locale>
41 // NB: The other ctype<char> specializations are in src/locale.cc and

Completed in 325 milliseconds

1234567891011>>