Searched refs:fnmonths (Results 1 – 3 of 3) sorted by relevance
67 struct fixs fnmonths[13]; /* full national months names */ variable128 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()
149 extern struct fixs fnmonths[13]; /* full national months names */
885 for (i = 0; fnmonths[i].name != NULL; i++) { in checkmonth()886 n = fnmonths + i; in checkmonth()