Searched refs:key_name (Results 1 – 1 of 1) sorted by relevance
/coreutils/src/ |
D | ls.c | 3840 #define DEFINE_SORT_FUNCTIONS(key_name, key_cmp_func) \ argument 3842 static int xstrcoll_##key_name (V a, V b) \ 3844 ATTRIBUTE_PURE static int strcmp_##key_name (V a, V b) \ 3848 static int rev_xstrcoll_##key_name (V a, V b) \ 3850 ATTRIBUTE_PURE static int rev_strcmp_##key_name (V a, V b) \ 3854 static int xstrcoll_df_##key_name (V a, V b) \ 3855 { return dirfirst_check (a, b, xstrcoll_##key_name); } \ 3856 ATTRIBUTE_PURE static int strcmp_df_##key_name (V a, V b) \ 3857 { return dirfirst_check (a, b, strcmp_##key_name); } \ 3860 static int rev_xstrcoll_df_##key_name (V a, V b) \ [all …]
|