Home
last modified time | relevance | path

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

/freebsd/usr.bin/ncal/
H A Dncal.c181 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