| 569 | } |
| 570 | |
| 571 | static int is_date_known(struct tm *tm) |
| 572 | { |
| 573 | return tm->tm_year != -1 && tm->tm_mon != -1 && tm->tm_mday != -1; |
| 574 | } |
| 575 | |
| 576 | static int match_multi_number(timestamp_t num, char c, const char *date, |
| 577 | char *end, struct tm *tm, time_t now) |
no outgoing calls
no test coverage detected