Home
last modified time | relevance | path

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

/systemd-251/src/shared/
Dcalendarspec.c1227 static bool matches_weekday(int weekdays_bits, const struct tm *tm, bool utc) { in matches_weekday() function
1308 if (!matches_weekday(spec->weekdays_bits, &c, spec->utc)) { in find_next()