Home
last modified time | relevance | path

Searched refs:strxfrm_l (Results 1 – 21 of 21) sorted by relevance

/netbsd/lib/libc/string/
H A Dstrxfrm.c51 __weak_alias(strxfrm_l, _strxfrm_l) in __weak_alias() argument
59 strxfrm_l(char *dst, const char *src, size_t n, locale_t loc) in __weak_alias()
84 return strxfrm_l(dst, src, n, _current_locale()); in strxfrm()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcollate_members.cc54 { return strxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); } in _M_transform()
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/
H A Dcollate_members.cc54 { return strxfrm_l(__to, __from, __n, (locale_t)_M_c_locale_collate); } in _M_transform()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h52 extern "C" __typeof(strxfrm_l) __strxfrm_l;
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/
H A Dc++locale_internal.h52 extern "C" __typeof(strxfrm_l) __strxfrm_l;
/netbsd/include/
H A Dstring.h121 size_t strxfrm_l(char * __restrict, const char * __restrict, size_t, locale_t);
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/xlocale/
H A D__posix_l_fallback.h139 inline _LIBCPP_INLINE_VISIBILITY size_t strxfrm_l(char *dest, const char *src, in strxfrm_l() function
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dxlocale.h200 size_t strxfrm_l(char *__s1, const char *__s2, size_t __n, locale_t locale) in strxfrm_l() function
/netbsd/external/apache2/llvm/dist/libcxx/include/__support/win32/
H A Dlocale_win32.h243 #define strxfrm_l _strxfrm_l macro
/netbsd/lib/libc/include/
H A Dnamespace.h687 #define strxfrm_l _strxfrm_l macro
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfig.h.in378 /* Define if strxfrm_l is available in <string.h>. */
H A Dacinclude.m42438 # Use strxfrm_l if available.
2442 [char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);],
2444 [Define if strxfrm_l is available in <string.h>.]),)
H A Dconfigure16426 char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);
/netbsd/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfig.h.in401 /* Define if strxfrm_l is available in <string.h>. */
H A Dacinclude.m42438 # Use strxfrm_l if available.
2442 [char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);],
2444 [Define if strxfrm_l is available in <string.h>.]),)
H A DChangeLog-20073693 target. Add checks for strxfrm_l, strerror_l when in gnu locale,
H A Dconfigure16426 char s[128]; __locale_t loc; strxfrm_l(s, "C", 5, loc);
/netbsd/external/apache2/llvm/dist/libcxx/src/
H A Dlocale.cpp730 string_type out(strxfrm_l(0, in.c_str(), 0, __l), char()); in do_transform()
731 strxfrm_l(const_cast<char*>(out.c_str()), in.c_str(), out.size()+1, __l); in do_transform()
/netbsd/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6678 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T len,
6680 STRXFRM_INTERCEPTOR_IMPL(strxfrm_l, dest, src, len, locale);
6685 COMMON_INTERCEPT_FUNCTION(strxfrm_l);
/netbsd/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6949 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T len,
6951 STRXFRM_INTERCEPTOR_IMPL(strxfrm_l, dest, src, len, locale);
6956 COMMON_INTERCEPT_FUNCTION(strxfrm_l);
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc6949 INTERCEPTOR(SIZE_T, strxfrm_l, char *dest, const char *src, SIZE_T len,
6951 STRXFRM_INTERCEPTOR_IMPL(strxfrm_l, dest, src, len, locale);
6956 COMMON_INTERCEPT_FUNCTION(strxfrm_l);