Searched refs:STRCOLL (Results 1 – 2 of 2) sorted by relevance
1640 # define STRCOLL(d, s) strcoll((char *)(d), (char *)(s)) macro1642 # define STRCOLL(d, s) strcmp((char *)(d), (char *)(s)) macro
4734 return STRCOLL(name1, name2); in compare_readdirex_item()4745 return STRCOLL(*(char **)s1, *(char **)s2); in compare_readdir_item()