Searched refs:locale (Results 151 - 175 of 461) sorted by relevance

1234567891011>>

/freebsd-10.2-release/lib/libc/locale/
H A Dlnumeric.c33 __FBSDID("$FreeBSD: releng/10.2/lib/libc/locale/lnumeric.c 227753 2011-11-20 14:45:42Z theraven $");
68 struct lc_numeric_T *l = &loc->locale;
112 ? &((struct xlocale_numeric *)loc->components[XLC_NUMERIC])->locale
H A DmbrtocXX_iconv.h28 __FBSDID("$FreeBSD: releng/10.2/lib/libc/locale/mbrtocXX_iconv.h 282275 2015-04-30 16:08:47Z tijl $");
60 mbstate_t * __restrict ps, locale_t locale)
67 FIX_LOCALE(locale);
69 ps = &locale->mbrtocXX;
76 nl_langinfo_l(CODESET, locale), UTF_XX_INTERNAL) != 0) {
59 mbrtocXX_l(charXX_t * __restrict pc, const char * __restrict s, size_t n, mbstate_t * __restrict ps, locale_t locale) argument
H A Dsetrunelocale.c39 __FBSDID("$FreeBSD: releng/10.2/lib/libc/locale/setrunelocale.c 284524 2015-06-17 19:12:18Z delphij $");
118 * The "C" and "POSIX" locale are always here.
184 __wrap_setrunelocale(const char *locale) argument
186 int ret = __setrunelocale(&__xlocale_global_ctype, locale);
214 __ctype_load(const char *locale, locale_t unused) argument
219 if (__setrunelocale(l, locale))
/freebsd-10.2-release/contrib/libstdc++/config/locale/generic/
H A Dmessages_members.h56 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
67 messages<_CharT>::do_open(const basic_string<char>&, const locale&) const
/freebsd-10.2-release/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.h46 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
58 const locale&) const
/freebsd-10.2-release/contrib/groff/src/include/
H A Dlib.h39 #include <locale.h>
41 #define setlocale(category, locale) do {} while(0)
/freebsd-10.2-release/contrib/netbsd-tests/lib/libc/locale/
H A Dt_mbrtowc.c64 #include <locale.h>
76 const char *locale; member in struct:test
136 ATF_REQUIRE(setlocale(LC_CTYPE, t->locale) != NULL);
138 if (setlocale(LC_CTYPE, t->locale) == NULL) {
139 fprintf(stderr, "Locale %s not found.\n", t->locale);
148 (void)printf("Using locale: %s\n", str);
249 atf_tc_expect_fail("ja_* locale fails");
H A Dt_mbstowcs.c61 #include <locale.h>
76 const char *locale; member in struct:test
154 ATF_REQUIRE(setlocale(LC_CTYPE, t->locale) != NULL);
156 if (setlocale(LC_CTYPE, t->locale) == NULL) {
157 fprintf(stderr, "Locale %s not found.\n", t->locale);
166 (void)printf("Using locale: %s\n", str);
H A Dt_wctomb.c62 #include <locale.h>
75 const char *locale; member in struct:test
113 ATF_REQUIRE(setlocale(LC_CTYPE, t->locale) != NULL);
115 if (setlocale(LC_CTYPE, t->locale) == NULL) {
116 fprintf(stderr, "Locale %s not found.\n", t->locale);
125 (void)printf("Using locale: %s\n", str);
/freebsd-10.2-release/share/msgdef/
H A DMakefile73 LOCALEDIR= /usr/share/locale
83 .for locale in ${LOCALES}
84 FILESDIR_${locale}.out= ${LOCALEDIR}/${locale}
138 .for locale in ${LOCALES}
139 .if exists(${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES/)
140 rm -rf ${DESTDIR}${LOCALEDIR}/${locale}/LC_MESSAGES
/freebsd-10.2-release/usr.bin/seq/
H A Dseq.c38 #include <locale.h>
82 struct lconv *locale; local
88 /* Determine the locale's decimal point. */
89 locale = localeconv();
90 if (locale && locale->decimal_point && locale->decimal_point[0] != '\0')
91 decimal_point = locale->decimal_point;
/freebsd-10.2-release/share/colldef/
H A DMakefile45 LOCALEDIR= /usr/share/locale
55 .for locale in ${LOCALES}
56 FILESDIR_${locale}.out= ${LOCALEDIR}/${locale}
57 .if exists(${.CURDIR}/map.${locale:E})
58 ${locale}.out: map.${locale:E}
/freebsd-10.2-release/contrib/libstdc++/src/
H A Dcodecvt.cc30 #include <locale>
34 // Definitions for locale::id of standard facets that are specialized.
35 locale::id codecvt<char, char, mbstate_t>::id;
38 locale::id codecvt<wchar_t, char, mbstate_t>::id;
/freebsd-10.2-release/lib/libc/stdio/
H A Dlocal.h45 #include <locale.h>
89 __fgetwc(FILE *fp, locale_t locale) argument
93 return (__fgetwc_mbs(fp, &fp->_mbstate, &nread, locale));
/freebsd-10.2-release/usr.sbin/mfiutil/
H A Dmfi_evt.c141 parse_locale(char *arg, uint16_t *locale) argument
147 *locale = MFI_EVT_LOCALE_LD;
151 *locale = MFI_EVT_LOCALE_PD;
155 *locale = MFI_EVT_LOCALE_ENCL;
160 *locale = MFI_EVT_LOCALE_BBU;
164 *locale = MFI_EVT_LOCALE_SAS;
168 *locale = MFI_EVT_LOCALE_CTRL;
172 *locale = MFI_EVT_LOCALE_CONFIG;
176 *locale = MFI_EVT_LOCALE_CLUSTER;
180 *locale
271 format_locale(uint16_t locale) argument
[all...]
/freebsd-10.2-release/contrib/libstdc++/include/bits/
H A Dlocale_facets.h146 class __ctype_abstract_base : public locale::facet, public ctype_base
615 static locale::id id;
664 locale::id ctype<_CharT>::id;
676 class ctype<char> : public locale::facet, public ctype_base
698 static locale::id id;
718 * This constructor is used to construct the initial C locale facet.
720 * @param cloc Handle to C locale data.
978 /// Returns a pointer to the C locale mask table.
1199 use_facet<ctype<char> >(const locale& __loc);
1237 static locale
[all...]
/freebsd-10.2-release/contrib/texinfo/lib/
H A Dgettext.h29 /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which
31 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
33 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
36 # include <locale.h>
/freebsd-10.2-release/contrib/unbound/libunbound/python/examples/
H A Didn-lookup.py37 import locale namespace
/freebsd-10.2-release/contrib/diff/lib/
H A Dgettext.h29 /* Solaris /usr/include/locale.h includes /usr/include/libintl.h, which
31 later inclusions of <locale.h> a NOP. We don't include <libintl.h>
33 and also including <libintl.h> would fail on SunOS 4, whereas <locale.h>
36 # include <locale.h>
/freebsd-10.2-release/contrib/groff/src/libs/libgroff/
H A Dcmap.cpp25 #include <locale.h>
/freebsd-10.2-release/tools/regression/lib/libc/locale/
H A Dtest-btowc.c35 __FBSDID("$FreeBSD: releng/10.2/tools/regression/lib/libc/locale/test-btowc.c 250989 2013-05-25 18:04:24Z ed $");
39 #include <locale.h>
53 * C/POSIX locale.
61 * Japanese (EUC) locale.
/freebsd-10.2-release/share/mklocale/
H A DMakefile33 LOCALEDIR= /usr/share/locale
43 .for locale in ${LOCALES}
44 FILESDIR_${locale}.out= ${LOCALEDIR}/${locale}
/freebsd-10.2-release/usr.bin/hexdump/
H A Dhexdump.c45 #include <locale.h>
/freebsd-10.2-release/lib/libc/stdtime/
H A DMakefile.inc4 .PATH: ${.CURDIR}/stdtime ${.CURDIR}/../locale \
/freebsd-10.2-release/contrib/libstdc++/include/std/
H A Dstd_streambuf.h204 * Current locale setting.
207 locale _M_buf_locale;
218 * @param loc The new locale.
219 * @return The previous locale.
223 locale
224 pubimbue(const locale &__loc)
226 locale __tmp(this->getloc());
234 * @return The current locale in effect.
237 * is returned. Otherwise the global locale in effect at the time
240 locale
572 imbue(const locale&) argument
[all...]

Completed in 306 milliseconds

1234567891011>>