Searched refs:month_names (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcal.c85 char *month_names[12]; local
119 month_names[i] = xstrdup(buf);
134 len = sprintf(lineout, "%s %d", month_names[month - 1], year);
161 center(month_names[month], week_len, HEAD_SEP);
163 center(month_names[month + 1], week_len, HEAD_SEP);
165 center(month_names[month + 2 - julian], week_len, 0);

Completed in 104 milliseconds