Home
last modified time | relevance | path

Searched refs:__UCLIBC_CURLOCALE (Results 1 – 15 of 15) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_uintmaxtostr.c51 if (*(g = __UCLIBC_CURLOCALE->grouping)) { in _uintmaxtostr()
63 bufend -= __UCLIBC_CURLOCALE->thousands_sep_len; in _uintmaxtostr()
64 memcpy(bufend, __UCLIBC_CURLOCALE->thousands_sep, in _uintmaxtostr()
65 __UCLIBC_CURLOCALE->thousands_sep_len); in _uintmaxtostr()
83 (&__UCLIBC_CURLOCALE->outdigit0_mb)[digit], in _uintmaxtostr()
84 __UCLIBC_CURLOCALE->outdigit_length[digit]); in _uintmaxtostr()
106 bufend -= __UCLIBC_CURLOCALE->thousands_sep_len; in _uintmaxtostr()
107 memcpy(bufend, __UCLIBC_CURLOCALE->thousands_sep, in _uintmaxtostr()
108 __UCLIBC_CURLOCALE->thousands_sep_len); in _uintmaxtostr()
135 (&__UCLIBC_CURLOCALE->outdigit0_mb)[digit], in _uintmaxtostr()
[all …]
A D_fpmaxtostr.c486 && *(p = __UCLIBC_CURLOCALE->grouping) in _fpmaxtostr()
507 ts = __UCLIBC_CURLOCALE->thousands_sep; in _fpmaxtostr()
508 tslen = __UCLIBC_CURLOCALE->thousands_sep_len; in _fpmaxtostr()
561 ppc[1] = __UCLIBC_CURLOCALE->decimal_point_len; in _fpmaxtostr()
562 ppc[2] = (intptr_t)(__UCLIBC_CURLOCALE->decimal_point); in _fpmaxtostr()
A D_scanf.c681 if (*(sc->grouping = __UCLIBC_CURLOCALE->grouping)) { in __init_scan_cookie()
682 sc->thousands_sep = (const unsigned char *) __UCLIBC_CURLOCALE->thousands_sep; in __init_scan_cookie()
683 sc->tslen = __UCLIBC_CURLOCALE->thousands_sep_len; in __init_scan_cookie()
685 sc->thousands_sep_wc = __UCLIBC_CURLOCALE->thousands_sep_wc; in __init_scan_cookie()
692 sc->decpt = (const unsigned char *) __UCLIBC_CURLOCALE->decimal_point; in __init_scan_cookie()
693 sc->decpt_len = __UCLIBC_CURLOCALE->decimal_point_len; in __init_scan_cookie()
700 sc->decpt_wc = __UCLIBC_CURLOCALE->decimal_point_wc; in __init_scan_cookie()
1160 if (__UCLIBC_CURLOCALE->encoding != __ctype_encoding_7_bit) { in VFSCANF()
A D_vfprintf.c483 if (__UCLIBC_CURLOCALE->encoding != __ctype_encoding_7_bit) { in _ppfs_init()
1267 wbuf[i] = __UCLIBC_CURLOCALE->thousands_sep_wc; in _fp_out_wide()
1271 wbuf[i] = __UCLIBC_CURLOCALE->decimal_point_wc; in _fp_out_wide()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wctype/
A D_wctype.c246 # undef __UCLIBC_CURLOCALE
247 # define __UCLIBC_CURLOCALE (locale) macro
294 return towlower_l(wc, __UCLIBC_CURLOCALE); in towlower()
345 # undef __UCLIBC_CURLOCALE in libc_hidden_def()
346 # define __UCLIBC_CURLOCALE (locale) in libc_hidden_def()
392 return towupper_l(wc, __UCLIBC_CURLOCALE);
583 # undef __UCLIBC_CURLOCALE
584 # define __UCLIBC_CURLOCALE (locale) macro
690 # undef __UCLIBC_CURLOCALE
691 # define __UCLIBC_CURLOCALE (locale)
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_locale.h343 # define __UCLIBC_CURLOCALE (__curlocale()) macro
345 # define __UCLIBC_CURLOCALE (__curlocale_var)
350 # define __UCLIBC_CURLOCALE (__global_locale)
366 # define __LOCALE_PTR __UCLIBC_CURLOCALE
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/wchar/
A Dwchar.c122 #define ENCODING (__UCLIBC_CURLOCALE->encoding)
742 wc = __UCLIBC_CURLOCALE->tbl8c2wc[ in mbsnrtowcs()
743 (__UCLIBC_CURLOCALE->idx8c2wc[wc >> Cc2wc_IDX_SHIFT] in mbsnrtowcs()
852 u = __UCLIBC_CURLOCALE->idx8wc2c[wc >> (Cwc2c_TI_SHIFT in libc_hidden_def()
854 u = __UCLIBC_CURLOCALE->tbl8wc2c[(u << Cwc2c_TI_SHIFT) in libc_hidden_def()
857 u = __UCLIBC_CURLOCALE->tbl8wc2c[Cwc2c_TI_LEN in libc_hidden_def()
1461 wc = __UCLIBC_CURLOCALE->tbl8c2wc[ in iconv()
1546 u = __UCLIBC_CURLOCALE->tbl8wc2c[(u << Cwc2c_TI_SHIFT) in iconv()
1549 wc = __UCLIBC_CURLOCALE->tbl8wc2c[Cwc2c_TI_LEN in iconv()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrcasecmp.c32 return strcasecmp_l(s1, s2, __UCLIBC_CURLOCALE); in strcasecmp()
A Dstrncasecmp.c32 return strncasecmp_l(s1, s2, n, __UCLIBC_CURLOCALE); in strncasecmp()
A D_collate.c56 return wcscoll_l(s0, s1, __UCLIBC_CURLOCALE ); in wcscoll()
63 return wcsxfrm_l(ws1, ws2, n, __UCLIBC_CURLOCALE ); in libc_hidden_def()
70 #define CUR_COLLATE (&__UCLIBC_CURLOCALE->collate)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dstdlib.c63 #define ENCODING (__UCLIBC_CURLOCALE->encoding)
409 return _stdlib_strto_l_l(str, endptr, base, sflag, __UCLIBC_CURLOCALE); in strong_alias()
554 return _stdlib_strto_ll_l(str, endptr, base, sflag, __UCLIBC_CURLOCALE); in _stdlib_strto_ll()
822 return __UCLIBC_CURLOCALE->mb_cur_max; in libc_hidden_def()
A D_strtod.c198 return __strtofpmax_l(str, endptr, exponent_power, __UCLIBC_CURLOCALE); in __strtofpmax()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ctype/
A Dctype.c407 return &(__UCLIBC_CURLOCALE->__ctype_b); in __ctype_b_loc()
421 return &(__UCLIBC_CURLOCALE->__ctype_tolower); in libc_hidden_def()
435 return &(__UCLIBC_CURLOCALE->__ctype_toupper); in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c324 register char **q = (char **) &(__UCLIBC_CURLOCALE->decimal_point); in localeconv()
1025 return nl_langinfo_l(item, __UCLIBC_CURLOCALE);
1366 old = __UCLIBC_CURLOCALE; in uselocale()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c798 return strftime_l(s, maxsize, format, timeptr, __UCLIBC_CURLOCALE); in strftime()
1313 return strptime_l(buf, format, tm, __UCLIBC_CURLOCALE); in libc_hidden_def()
2455 return wcsftime_l(s, maxsize, format, timeptr, __UCLIBC_CURLOCALE); in wcsftime()

Completed in 27 milliseconds