Searched defs:strcoll (Results 1 – 3 of 3) sorted by relevance
113 strcoll(const char *s, const char *s2) in strcoll() function
26 #define strcoll(l,r) (strcmp((l),(r))) macro
67 #define strcoll(a, b) strcmp((a), (b)) macro