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

/freebsd-10-stable/usr.bin/calendar/
H A Dparsedata.c43 static int checkmonth(char *s, size_t *len, size_t *offset, const char **month);
208 if ((checkmonth(p1, &len, &offset, &pmonth) != 0)
209 || (checkmonth(p2, &len, &offset, &pmonth) != 0 && (p2 = p1))) {
875 checkmonth(char *s, size_t *len, size_t *offset, const char **month) function

Completed in 43 milliseconds