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

/systemd/src/test/
H A Dtest-calendarspec.c34 assert_se(calendar_spec_from_string(input, &c) >= 0);
46 assert_se(calendar_spec_from_string(p, &c) >= 0);
70 assert_se(calendar_spec_from_string(input, &c) >= 0);
141 assert_se(calendar_spec_from_string("test", &c) < 0);
142 assert_se(calendar_spec_from_string("", &c) < 0);
143 assert_se(calendar_spec_from_string("7", &c) < 0);
144 assert_se(calendar_spec_from_string("121212:1:2", &c) < 0);
145 assert_se(calendar_spec_from_string("2000-03-05.23 00:00:00", &c) < 0);
146 assert_se(calendar_spec_from_string("2000-03-05 00:00.1:00", &c) < 0);
147 assert_se(calendar_spec_from_string("0
[all...]
/systemd/src/basic/
H A Dcalendarspec.h56 int calendar_spec_from_string(const char *p, CalendarSpec **spec);
H A Dcalendarspec.c711 int calendar_spec_from_string(const char *p, CalendarSpec **spec) { function
/systemd/src/core/
H A Ddbus-timer.c248 r = calendar_spec_from_string(str, &c);
H A Dload-fragment.c1393 if (calendar_spec_from_string(rvalue, &c) < 0) {
/systemd/src/run/
H A Drun.c342 r = calendar_spec_from_string(optarg, &spec);

Completed in 279 milliseconds