Home
last modified time | relevance | path

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

/netbsd/src/usr.bin/cal/
Dcal.c86 static const char *month_names[12] = { variable
415 center(month_names[month + i], week_len, sep); in monthrange()
419 month_names[month + i], year); in monthrange()
/netbsd/src/external/gpl2/xcvs/dist/src/
Dmain.c1424 static const char *const month_names[] = in tm_to_internet() local
1430 ? "???" : month_names[source->tm_mon], in tm_to_internet()