Searched refs:strcoll (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/lib/libc/string/
H A Dstrcoll.c11 strcoll(const char *s1, const char *s2) function
H A Drules.mk19 strcoll \
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dstrcoll.c4 int strcoll(const char* l, const char* r) { function
/fuchsia/zircon/third_party/ulib/musl/src/dirent/
H A Dalphasort.c5 return strcoll((*a)->d_name, (*b)->d_name);
/fuchsia/zircon/kernel/lib/libc/include/
H A Dstring.h35 int strcoll(const char *s1, const char *s2) __PURE;
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dstring.h29 int strcoll(const char*, const char*);
/fuchsia/zircon/third_party/ulib/musl/
H A Dmusl-rules.mk299 $(LOCAL_DIR)/src/locale/strcoll.c \

Completed in 33 milliseconds