Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dcalendar.h144 extern const char *fdays[];
H A Dlocale.c42 const char *fdays[] = { variable
H A Dparsedata.c954 for (i = 0; fdays[i] != NULL; i++) { in checkdayofweek()
955 *len = strlen(fdays[i]); in checkdayofweek()
956 if (strncasecmp(s, fdays[i], *len) == 0) { in checkdayofweek()
957 *dow = fdays[i]; in checkdayofweek()