Searched defs:strcoll_l (Results 1 – 6 of 6) sorted by relevance
159 #define strcoll_l _strcoll_l macro
88 inline _LIBCPP_HIDE_FROM_ABI_C int strcoll_l(const char* __s1, const char* __s2, locale_t) { in strcoll_l() function
135 inline _LIBCPP_INLINE_VISIBILITY int strcoll_l(const char *s1, const char *s2, in strcoll_l() function
241 #define strcoll_l _strcoll_l macro
188 int strcoll_l(const char *__s1, const char *__s2, locale_t locale) in strcoll_l() function
767 pub fn strcoll_l(arg1: *const c_char, arg2: *const c_char, arg3: locale_t) -> c_int; in strcoll_l() function