Searched refs:__libc_tsd_set (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/locale/ |
D | uselocale.c | 37 __libc_tsd_set (locale_t, LOCALE, locobj); in __uselocale() 65 __libc_tsd_set (const uint16_t *, CTYPE_B, (void *) locobj->__ctype_b); in __uselocale() 66 __libc_tsd_set (const int32_t *, CTYPE_TOLOWER, in __uselocale() 68 __libc_tsd_set (const int32_t *, CTYPE_TOUPPER, in __uselocale()
|
D | lc-ctype.c | 67 __libc_tsd_set (const uint16_t *, CTYPE_B, in _nl_postload_ctype() 69 __libc_tsd_set (const int32_t *, CTYPE_TOUPPER, in _nl_postload_ctype() 71 __libc_tsd_set (const int32_t *, CTYPE_TOLOWER, in _nl_postload_ctype()
|
/glibc-2.36/sysdeps/generic/ |
D | libc-tsd.h | 58 #define __libc_tsd_set(TYPE, KEY, VALUE) (__libc_tsd_##KEY = (VALUE)) macro
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 1704 (__libc_tsd_set, __libc_tsd_get): Update uses. 2519 (__libc_tsd_set): Add _data prefix to variable name.
|
D | ChangeLog.17 | 5682 __libc_tsd_get, __libc_tsd_set): Add TYPE argument, use it as the type 5685 __libc_tsd_address, __libc_tsd_get, __libc_tsd_set): Likewise.
|