Searched refs:checkmonth (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/calendar/ |
H A D | parsedata.c | 45 static int checkmonth(char *s, size_t *len, size_t *offset, const char **month); 210 if ((checkmonth(p1, &len, &offset, &pmonth) != 0) in determinestyle() 211 || (checkmonth(p2, &len, &offset, &pmonth) != 0 && (p2 = p1))) { in determinestyle() 880 checkmonth(char *s, size_t *len, size_t *offset, const char **month) in checkmonth() function
|