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

/freebsd-current/usr.bin/calendar/
H A Dlocale.c67 struct fixs fnmonths[13]; /* full national months names */ variable in typeref:struct:fixs
128 if (fnmonths[i].name != NULL)
129 free(fnmonths[i].name);
130 if ((fnmonths[i].name = strdup(buf)) == NULL)
132 fnmonths[i].len = strlen(buf);
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++) {
886 n = fnmonths + i;

Completed in 115 milliseconds