Home
last modified time | relevance | path

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

/freebsd-9-stable/gnu/usr.bin/rcs/lib/
Dpartime.c72 static struct name_val const month_names[] = { variable
532 if (!TM_DEFINED (t->tm.tm_mon = lookup (s, month_names)))
/freebsd-9-stable/contrib/cvs/src/
Dmain.c1162 static const char *const month_names[] = local
1167 source->tm_mon < 0 || source->tm_mon > 11 ? "???" : month_names[source->tm_mon],