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

/systemd/src/basic/
H A Dcalendarspec.c240 static void format_chain(FILE *f, int space, const CalendarComponent *c, bool usec) { function
267 format_chain(f, space, c->next, usec);
289 format_chain(f, 4, c->year, false);
291 format_chain(f, 2, c->month, false);
293 format_chain(f, 2, c->day, false);
295 format_chain(f, 2, c->hour, false);
297 format_chain(f, 2, c->minute, false);
299 format_chain(f, 2, c->microsecond, true);

Completed in 24 milliseconds