Home
last modified time | relevance | path

Searched refs:fmonths (Results 1 – 3 of 3) sorted by relevance

/NextBSD/usr.bin/calendar/
HDcalendar.h143 extern const char *fmonths[];
HDlocale.c51 const char *fmonths[] = { variable
HDparsedata.c898 for (i = 0; fmonths[i] != NULL; i++) { in checkmonth()
899 *len = strlen(fmonths[i]); in checkmonth()
900 if (strncasecmp(s, fmonths[i], *len) == 0) { in checkmonth()
901 *month = fmonths[i]; in checkmonth()