Home
last modified time | relevance | path

Searched refs:__XL_NPP (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/
A Dstdlib.c268 libc_hidden_def(__XL_NPP(strtol))
275 strong_alias_untyped(__XL_NPP(strtol),__XL_NPP(strtoll)) in strong_alias()
277 libc_hidden_def(__XL_NPP(strtoll)) in strong_alias()
288 long long __XL_NPP(strtoll)(const char * __restrict str, in strong_alias()
295 libc_hidden_def(__XL_NPP(strtoll))
308 unsigned long __XL_NPP(strtoul)(const char * __restrict str, in strong_alias()
314 libc_hidden_def(__XL_NPP(strtoul))
321 strong_alias_untyped(__XL_NPP(strtoul),__XL_NPP(strtoull)) in strong_alias()
973 long __XL_NPP(wcstol)(const wchar_t * __restrict str, in __XL_NPP() function
984 strong_alias_untyped(__XL_NPP(wcstol),__XL_NPP(wcstoll)) in strong_alias()
[all …]
A D_strtod.c204 __fpmax_t attribute_hidden __XL_NPP(__strtofpmax)(const Wchar *str, Wchar **endptr, int exponent_po… in __XL_NPP() function
507 float __XL_NPP(strtof)(const Wchar *str, Wchar **endptr __LOCALE_PARAM ) in __XL_NPP() function
510 return __XL_NPP(__strtofpmax)(str, endptr, 0 __LOCALE_ARG ); in __XL_NPP()
515 x = __XL_NPP(__strtofpmax)(str, endptr, 0 __LOCALE_ARG ); in __XL_NPP()
540 double __XL_NPP(strtod)(const Wchar *__restrict str, in __XL_NPP() function
544 return __XL_NPP(__strtofpmax)(str, endptr, 0 __LOCALE_ARG ); in __XL_NPP()
549 x = __XL_NPP(__strtofpmax)(str, endptr, 0 __LOCALE_ARG ); in __XL_NPP()
577 long double __XL_NPP(strtold) (const Wchar *str, Wchar **endptr __LOCALE_PARAM ) in libc_hidden_def()
580 return __XL_NPP(__strtofpmax)(str, endptr, 0 __LOCALE_ARG ); in libc_hidden_def()
585 x = __XL_NPP(__strtofpmax)(str, endptr, 0 __LOCALE_ARG ); in libc_hidden_def()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/
A Dstrcasecmp.c40 int __XL_NPP(strcasecmp)(register const Wchar *s1, register const Wchar *s2
65 libc_hidden_def(__XL_NPP(strcasecmp))
A Dstrncasecmp.c40 int __XL_NPP(strncasecmp)(register const Wchar *s1, register const Wchar *s2,
68 libc_hidden_def(__XL_NPP(strncasecmp))
A D_collate.c502 int __XL_NPP(wcscoll) (const Wchar *s0, const Wchar *s1 __LOCALE_PARAM ) in __XL_NPP() function
535 libc_hidden_def(__XL_NPP(wcscoll)) in libc_hidden_def()
539 size_t __XL_NPP(wcsxfrm)(wchar_t *__restrict ws1, const wchar_t *__restrict ws2, in libc_hidden_def()
577 libc_hidden_def(__XL_NPP(wcsxfrm))
622 size_t __XL_NPP(strxfrm)(char *__restrict ws1, const char *__restrict ws2, size_t n
660 libc_hidden_def(__XL_NPP(strxfrm))
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_locale.h44 # define __XL_NPP(N) N macro
356 # define __XL_NPP(N) N ## _l macro
363 # define __XL_NPP(N) N
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/
A Dtime.c999 size_t __XL_NPP(strftime)(char *__restrict s, size_t maxsize, in __XL_NPP() function
1073 && (*(o = __XL_NPP(nl_langinfo)(_NL_ITEM(LC_TIME, in __XL_NPP()
1082 p = __XL_NPP(nl_langinfo)(_NL_ITEM(LC_TIME, in __XL_NPP()
1267 o = __XL_NPP(nl_langinfo)(_NL_ITEM(LC_TIME, field_val) __LOCALE_ARG); in __XL_NPP()
1528 && (*(o = __XL_NPP(nl_langinfo)(_NL_ITEM(LC_TIME,
1537 p = __XL_NPP(nl_langinfo)(_NL_ITEM(LC_TIME,
1553 o = __XL_NPP(nl_langinfo)(i+j __LOCALE_ARG);
1554 if (!__XL_NPP(strncasecmp)(buf, o, strlen(o) __LOCALE_ARG) && *o) {
1582 t = __XL_NPP(strtoul)(buf, &o, 10 __LOCALE_ARG);
1584 t = __XL_NPP(strtol)(buf, &o, 10 __LOCALE_ARG);
[all …]
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ctype/
A Dctype.c350 int __XL_NPP(isascii)(int c);
351 int __XL_NPP(isascii)(int c) in __XL_NPP() function
373 int __XL_NPP(toascii)(int c);
374 int __XL_NPP(toascii)(int c) in __XL_NPP() function
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/locale/
A Dlocale.c1031 libc_hidden_proto(__XL_NPP(nl_langinfo))
1035 char *__XL_NPP(nl_langinfo)(nl_item item __LOCALE_PARAM )
1047 libc_hidden_def(__XL_NPP(nl_langinfo))
/l4re-core-master/uclibc/lib/contrib/uclibc/docs/
A Dwchar_and_locale.txt48 __XL_NPP(N) - "add _l suffix if locale support is on"

Completed in 18 milliseconds