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

/systemd/src/basic/
H A Dcalendarspec.c891 static int find_matching_component(const CalendarComponent *c, int *val) { function
985 r = find_matching_component(spec->year, &c.tm_year);
997 r = find_matching_component(spec->month, &c.tm_mon);
1012 r = find_matching_component(spec->day, &c.tm_mday);
1028 r = find_matching_component(spec->hour, &c.tm_hour);
1037 r = find_matching_component(spec->minute, &c.tm_min);
1047 r = find_matching_component(spec->microsecond, &c.tm_sec);

Completed in 11 milliseconds