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

/systemd/src/basic/
H A Dcalendarspec.c934 static bool tm_out_of_bounds(const struct tm *tm, bool utc) { function
993 if (r < 0 || tm_out_of_bounds(&c, spec->utc))
1004 if (r < 0 || tm_out_of_bounds(&c, spec->utc)) {
1015 if (r < 0 || tm_out_of_bounds(&c, spec->utc)) {
1031 if (r < 0 || tm_out_of_bounds(&c, spec->utc)) {
1040 if (r < 0 || tm_out_of_bounds(&c, spec->utc)) {
1051 if (r < 0 || tm_out_of_bounds(&c, spec->utc)) {

Completed in 12 milliseconds