Home
last modified time | relevance | path

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

/freebsd/usr.bin/calendar/
H A Dlocale.c67 struct fixs fnmonths[13]; /* full national months names */ variable
128 if (fnmonths[i].name != NULL) in setnnames()
129 free(fnmonths[i].name); in setnnames()
130 if ((fnmonths[i].name = strdup(buf)) == NULL) in setnnames()
132 fnmonths[i].len = strlen(buf); in setnnames()
H A Dcalendar.h149 extern struct fixs fnmonths[13]; /* full national months names */
H A Dparsedata.c885 for (i = 0; fnmonths[i].name != NULL; i++) { in checkmonth()
886 n = fnmonths + i; in checkmonth()