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

/systemd/src/basic/
H A Dcalendarspec.h38 int weekdays_bits; member in struct:CalendarSpec
H A Dcalendarspec.c133 if (c->weekdays_bits <= 0 || c->weekdays_bits >= BITS_WEEKDAYS)
134 c->weekdays_bits = -1;
167 if (c->weekdays_bits > BITS_WEEKDAYS)
207 assert(c->weekdays_bits > 0 && c->weekdays_bits <= BITS_WEEKDAYS);
211 if (c->weekdays_bits & (1 << x)) {
284 if (c->weekdays_bits > 0 && c->weekdays_bits <= BITS_WEEKDAYS) {
365 c->weekdays_bits |
953 matches_weekday(int weekdays_bits, const struct tm *tm, bool utc) argument
[all...]

Completed in 11 milliseconds