Searched refs:month_names (Results 1 – 2 of 2) sorted by relevance
72 static struct name_val const month_names[] = { variable532 if (!TM_DEFINED (t->tm.tm_mon = lookup (s, month_names)))
1162 static const char *const month_names[] = local1167 source->tm_mon < 0 || source->tm_mon > 11 ? "???" : month_names[source->tm_mon],