Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c283 static struct month monthtab[] = variable
1314 monthtab[i].name = name = xmalloc (s_len + 1); in inittables()
1315 monthtab[i].val = i + 1; in inittables()
1322 qsort (monthtab, MONTHS_PER_YEAR, sizeof *monthtab, struct_month_cmp); in inittables()
2060 char const *n = monthtab[ix].name; in getmonth()
2068 return monthtab[ix].val; in getmonth()