Searched defs:repeat (Results 1 - 2 of 2) sorted by relevance

/systemd/src/basic/
H A Dcalendarspec.h32 int repeat; member in struct:CalendarComponent
H A Dcalendarspec.c70 if ((*a)->repeat < (*b)->repeat)
72 if ((*a)->repeat > (*b)->repeat)
102 b[k-1]->repeat == next->repeat) {
155 if (c->value + c->repeat > to)
256 if (c->repeat > 0) {
258 fprintf(f, "/%i", c->repeat);
259 else if (c->repeat
452 unsigned long value, repeat = 0; local
[all...]

Completed in 31 milliseconds