Home
last modified time | relevance | path

Searched refs:struct_month_cmp (Results 1 – 1 of 1) sorted by relevance

/coreutils/src/
Dsort.c1277 struct_month_cmp (void const *m1, void const *m2) in struct_month_cmp() function
1322 qsort (monthtab, MONTHS_PER_YEAR, sizeof *monthtab, struct_month_cmp); in inittables()