Home
last modified time | relevance | path

Searched refs:locale_t (Results 1 – 13 of 13) sorted by relevance

/locale/
A Dlocale.h141 extern locale_t newlocale (int __category_mask, const char *__locale,
142 locale_t __base) __THROW;
176 extern locale_t duplocale (locale_t __dataset) __THROW;
180 extern void freelocale (locale_t __dataset) __THROW;
187 extern locale_t uselocale (locale_t __dataset) __THROW;
191 # define LC_GLOBAL_LOCALE ((locale_t) -1L)
A Duselocale.c28 locale_t
29 __uselocale (locale_t newloc) in __uselocale()
31 locale_t oldloc = _NL_CURRENT_LOCALE; in __uselocale()
35 const locale_t locobj in __uselocale()
37 __libc_tsd_set (locale_t, LOCALE, locobj); in __uselocale()
A Dduplocale.c31 locale_t in __libc_rwlock_define()
32 __duplocale (locale_t dataset) in __libc_rwlock_define()
42 locale_t result; in __libc_rwlock_define()
A Dtst-duplocale.c7 locale_t d = duplocale (LC_GLOBAL_LOCALE); in do_test()
8 if (d != (locale_t) 0) in do_test()
A Dlocaleinfo.h223 #define _NL_CURRENT_LOCALE (__libc_tsd_get (locale_t, LOCALE))
225 __libc_tsd_define (extern, locale_t, LOCALE) in __libc_tsd_define() argument
313 _nl_lookup (locale_t l, int category, int item)
320 _nl_lookup_wstr (locale_t l, int category, int item) in _nl_lookup_wstr()
328 _nl_lookup_word (locale_t l, int category, int item) in _nl_lookup_word()
A Dnewlocale.c41 locale_t
42 __newlocale (int category_mask, const char *locale, locale_t base)
47 locale_t result_ptr;
88 result_ptr = (locale_t) malloc (sizeof (struct __locale_struct));
A Dfreelocale.c31 __freelocale (locale_t dataset) in __libc_rwlock_define()
A Dnl_langinfo_l.c30 __nl_langinfo_l (nl_item item, locale_t l) in __nl_langinfo_l()
A Dglobal-locale.c64 __thread locale_t __libc_tsd_LOCALE = &_nl_global_locale;
A DMakefile26 bits/types/locale_t.h bits/types/__locale_t.h
A Dlanginfo.h669 extern char *nl_langinfo_l (nl_item __item, locale_t __l);
A Dtst-C-locale.c36 locale_t loc; in run_test()
/locale/bits/types/
A Dlocale_t.h24 typedef __locale_t locale_t; typedef

Completed in 22 milliseconds