Searched refs:parsemonth (Results 1 – 1 of 1) sorted by relevance
181 static int parsemonth(const char *s, int *m, int *y);395 if (parsemonth(flag_month, &m, &y)) { in main()1086 parsemonth(const char *s, int *m, int *y) in parsemonth() function