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

/systemd/src/basic/
H A Dcalendarspec.c78 static void sort_chain(CalendarComponent **c) { function
138 sort_chain(&c->year);
139 sort_chain(&c->month);
140 sort_chain(&c->day);
141 sort_chain(&c->hour);
142 sort_chain(&c->minute);
143 sort_chain(&c->microsecond);

Completed in 19 milliseconds