Searched refs:month_names (Results 1 – 7 of 7) sorted by relevance
69 struct nname month_names[NMONTHS+1] = { variable126 nname = &month_names[i]; in set_nnames()
129 static const char *month_names[] = { in julian_format_date() local137 month_names[jdate.month - 1], jdate.day); in julian_format_date()
56 extern struct nname month_names[]; /* names of every month */
411 for (int i = 0; month_names[i].name != NULL; i++) { in check_month()412 nname = &month_names[i]; in check_month()
716 month_names[date.month-1].f_name, date.year); in write_mailheader()
73 static struct name_val const month_names[] = { variable533 if (!TM_DEFINED (t->tm.tm_mon = lookup (s, month_names)))
1358 static const char *const month_names[] = in tm_to_internet() local1364 ? "???" : month_names[source->tm_mon], in tm_to_internet()