Home
last modified time | relevance | path

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

/dragonfly/usr.bin/calendar/
HDnnames.c69 struct nname month_names[NMONTHS+1] = { variable
126 nname = &month_names[i]; in set_nnames()
HDjulian.c129 static const char *month_names[] = { in julian_format_date() local
137 month_names[jdate.month - 1], jdate.day); in julian_format_date()
HDnnames.h56 extern struct nname month_names[]; /* names of every month */
HDparsedata.c411 for (int i = 0; month_names[i].name != NULL; i++) { in check_month()
412 nname = &month_names[i]; in check_month()
HDio.c716 month_names[date.month-1].f_name, date.year); in write_mailheader()
/dragonfly/gnu/usr.bin/rcs/lib/
HDpartime.c73 static struct name_val const month_names[] = { variable
533 if (!TM_DEFINED (t->tm.tm_mon = lookup (s, month_names)))
/dragonfly/contrib/cvs-1.12/src/
HDmain.c1358 static const char *const month_names[] = in tm_to_internet() local
1364 ? "???" : month_names[source->tm_mon], in tm_to_internet()