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

/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.h143 extern const char *fmonths[];
H A Dlocale.c51 const char *fmonths[] = { variable
H A Dparsedata.c898 for (i = 0; fmonths[i] != NULL; i++) {
899 *len = strlen(fmonths[i]);
900 if (strncasecmp(s, fmonths[i], *len) == 0) {
901 *month = fmonths[i];

Completed in 115 milliseconds