Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dcalendar.h145 extern const char *fmonths[];
H A Dlocale.c51 const char *fmonths[] = { variable
H A Dparsedata.c903 for (i = 0; fmonths[i] != NULL; i++) { in checkmonth()
904 *len = strlen(fmonths[i]); in checkmonth()
905 if (strncasecmp(s, fmonths[i], *len) == 0) { in checkmonth()
906 *month = fmonths[i]; in checkmonth()