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

1234567891011>>

/freebsd-11-stable/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 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
H A Dstrtol.c55 locale_t locale)
62 FIX_LOCALE(locale);
72 } while (isspace_l((unsigned char)c, locale));
54 strtol_l(const char * __restrict nptr, char ** __restrict endptr, int base, locale_t locale) argument
/freebsd-11-stable/lib/libc/locale/
H A Dnextwctype.c41 nextwctype_l(wint_t wc, wctype_t wct, locale_t locale) argument
44 FIX_LOCALE(locale);
45 _RuneLocale *runes = XLOCALE_CTYPE(locale)->runes;
H A Dxlocale.c29 * $FreeBSD: stable/11/lib/libc/locale/xlocale.c 359584 2020-04-03 00:38:12Z markj $
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-11-stable/lib/libc/stdio/
H A Dfgetws.c46 fgetws_l(wchar_t * __restrict ws, int n, FILE * __restrict fp, locale_t locale) argument
53 FIX_LOCALE(locale);
54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
/freebsd-11-stable/contrib/libstdc++/config/locale/generic/
H A Dcollate_members.cc36 #include <locale>
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-11-stable/contrib/libstdc++/config/locale/gnu/
H A Dcollate_members.cc36 #include <locale>
/freebsd-11-stable/contrib/libstdc++/config/locale/ieee_1003.1-2001/
H A Dmessages_members.cc36 #include <locale>
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdb_locale.h1 /* GDB-friendly replacement for <locale.h>.
25 # include <locale.h>
/freebsd-11-stable/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-11-stable/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-11-stable/contrib/xz/src/common/
H A Dtuklib_gettext.h17 #include <locale.h>
/freebsd-11-stable/include/
H A Dxlocale.h35 #include <locale.h>
/freebsd-11-stable/tools/diag/localeck/
H A Dlocaleck.c29 #include <locale.h>
34 * Try setlocale() for locale with given name.
/freebsd-11-stable/include/xlocale/
H A D_locale.h53 locale_t newlocale(int mask, const char *locale, locale_t base);
/freebsd-11-stable/lib/libcompat/
H A DMakefile6 CFLAGS+=-DLIBC_SCCS -DSYSLIBC_SCCS -I${SRCTOP}/lib/libc/locale
/freebsd-11-stable/contrib/mdocml/
H A Dtest-wchar.c22 #include <locale.h>
/freebsd-11-stable/usr.bin/perror/
H A Dperror.c37 #include <locale.h>
/freebsd-11-stable/usr.bin/localedef/
H A DMakefile23 CFLAGS+= -I${SRCTOP}/lib/libc/locale

Completed in 261 milliseconds

1234567891011>>