Home
last modified time | relevance | path

Searched refs:__uclibc_locale_struct (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_locale.h89 struct __uclibc_locale_struct;
90 typedef struct __uclibc_locale_struct *__locale_t;
147 struct __uclibc_locale_struct { struct
316 extern struct __uclibc_locale_struct __global_locale_data; argument
317 extern struct __uclibc_locale_struct *__global_locale;
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c349 struct __uclibc_locale_struct __global_locale_data;
857 base->category_offsets[0] = offsetof(struct __uclibc_locale_struct, outdigit0_mb); in _locale_init_l()
858 base->category_offsets[1] = offsetof(struct __uclibc_locale_struct, decimal_point); in _locale_init_l()
859 base->category_offsets[2] = offsetof(struct __uclibc_locale_struct, int_curr_symbol); in _locale_init_l()
860 base->category_offsets[3] = offsetof(struct __uclibc_locale_struct, abday_1); in _locale_init_l()
862 base->category_offsets[5] = offsetof(struct __uclibc_locale_struct, yesexpr); in _locale_init_l()
1292 base = calloc(1, sizeof(struct __uclibc_locale_struct)); in newlocale()
1324 r = malloc(sizeof(struct __uclibc_locale_struct)); in libc_hidden_def()
1329 memcpy(r, dataset, sizeof(struct __uclibc_locale_struct)); in libc_hidden_def()

Completed in 6 milliseconds