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

/freebsd-10-stable/usr.bin/calendar/
H A Dcalendar.h142 extern const char *fdays[];
H A Dlocale.c42 const char *fdays[] = { variable
H A Dparsedata.c949 for (i = 0; fdays[i] != NULL; i++) {
950 *len = strlen(fdays[i]);
951 if (strncasecmp(s, fdays[i], *len) == 0) {
952 *dow = fdays[i];

Completed in 110 milliseconds