Searched refs:locale (Results 126 - 150 of 461) sorted by relevance

1234567891011>>

/freebsd-10.2-release/lib/libc/stdio/
H A Dfgetws.c46 fgetws_l(wchar_t * __restrict ws, int n, FILE * __restrict fp, locale_t locale) argument
52 FIX_LOCALE(locale);
53 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
H A Dsnprintf.c79 snprintf_l(char * __restrict str, size_t n, locale_t locale, argument
86 FIX_LOCALE(locale);
100 ret = __vfprintf(&f, locale, fmt, ap);
/freebsd-10.2-release/lib/libc/stdlib/
H A Dstrtoimax.c55 locale_t locale)
62 FIX_LOCALE(locale);
72 } while (isspace_l((unsigned char)c, locale));
54 strtoimax_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtol.c56 locale_t locale)
63 FIX_LOCALE(locale);
73 } while (isspace_l((unsigned char)c, locale));
55 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtoll.c55 locale_t locale)
62 FIX_LOCALE(locale);
72 } while (isspace_l((unsigned char)c, locale));
54 strtoll_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtoul.c54 strtoul_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
61 FIX_LOCALE(locale);
69 } while (isspace_l((unsigned char)c, locale));
H A Dstrtoull.c55 locale_t locale)
62 FIX_LOCALE(locale);
70 } while (isspace_l((unsigned char)c, locale));
54 strtoull_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
H A Dstrtoumax.c55 locale_t locale)
62 FIX_LOCALE(locale);
70 } while (isspace_l((unsigned char)c, locale));
54 strtoumax_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
/freebsd-10.2-release/lib/libc/string/
H A Dwcsxfrm.c51 wcsxfrm_l(wchar_t * __restrict dest, const wchar_t * __restrict src, size_t len, locale_t locale) argument
56 FIX_LOCALE(locale);
58 (struct xlocale_collate*)locale->components[XLC_COLLATE];
/freebsd-10.2-release/contrib/libstdc++/config/locale/gnu/
H A Dmessages_members.h66 messages<_CharT>::open(const basic_string<char>& __s, const locale& __loc,
85 const locale&) const
103 if (this->_M_name_messages != locale::facet::_S_get_c_name())
H A Dcollate_members.cc36 #include <locale>
/freebsd-10.2-release/contrib/xz/src/common/
H A Dtuklib_gettext.h17 #include <locale.h>
/freebsd-10.2-release/lib/libc/locale/
H A Dxlocale.c29 * $FreeBSD: releng/10.2/lib/libc/locale/xlocale.c 284524 2015-06-17 19:12:18Z delphij $
40 * Each locale loader declares a global component. This is used by setlocale()
50 * And another version for the statically-allocated C locale. We only have
58 * The locale for this thread.
127 /* At least one per-thread locale has now been set. */
180 * Clean up a locale, once its reference count reaches zero. This function is
200 * Allocates a new, uninitialised, locale.
223 /* Always copy from the global locale, since it has mutable components.
228 new->components[type] = constructors[type](src->locale, new);
230 strncpy(new->components[type]->locale, sr
250 newlocale(int mask, const char *locale, locale_t base) argument
[all...]
/freebsd-10.2-release/lib/libc/tests/
H A DMakefile25 TESTS_SUBDIRS+= locale
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgdb_locale.h1 /* GDB-friendly replacement for <locale.h>.
25 # include <locale.h>
/freebsd-10.2-release/contrib/gdtoa/
H A DstrtorQ.c106 strtorQ_l(s, sp, rounding, L, locale) CONST char *s; char **sp; int rounding;
107 void *L; locale_t locale;
109 strtorQ_l(CONST char *s, char **sp, int rounding, void *L, locale_t locale)
124 k = strtodg_l(s, sp, fpi, &exp, bits, locale);
H A Dstrtorx.c109 strtorx_l(s, sp, rounding, L, locale) CONST char *s; char **sp; int rounding;
110 void *L; locale_t locale;
112 strtorx_l(CONST char *s, char **sp, int rounding, void *L, locale_t locale)
127 k = strtodg_l(s, sp, fpi, &exp, bits, locale);
/freebsd-10.2-release/contrib/binutils/gas/
H A Dasintl.h25 /* The Solaris version of locale.h always includes libintl.h. If we have
33 # include <locale.h>
/freebsd-10.2-release/contrib/libstdc++/config/locale/generic/
H A Dcollate_members.cc36 #include <locale>
/freebsd-10.2-release/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.cc36 #include <locale>
/freebsd-10.2-release/tools/diag/localeck/
H A Dlocaleck.c29 #include <locale.h>
34 * Try setlocale() for locale with given name.
/freebsd-10.2-release/include/xlocale/
H A D_locale.h52 locale_t newlocale(int mask, const char *locale, locale_t base);
/freebsd-10.2-release/include/
H A Dxlocale.h35 #include <locale.h>
/freebsd-10.2-release/usr.bin/perror/
H A Dperror.c35 #include <locale.h>
/freebsd-10.2-release/contrib/libstdc++/include/precompiled/
H A Dstdc++.h70 #include <locale>

Completed in 277 milliseconds

1234567891011>>