| 3841 | } |
| 3842 | |
| 3843 | static int |
| 3844 | cmp_name (struct fileinfo const *a, struct fileinfo const *b, |
| 3845 | int (*cmp) (char const *, char const *)) |
| 3846 | { |
| 3847 | return cmp (a->name, b->name); |
| 3848 | } |
| 3849 | |
| 3850 | /* Compare file extensions. Files with no extension are 'smallest'. |
| 3851 | If extensions are the same, compare by file names instead. */ |