tm 44 lib/common/iso8601.c # define GMTOFF(tm) ((tm)->tm_gmtoff) tm 47 lib/common/iso8601.c # define GMTOFF(tm) (-timezone+daylight) tm 793 lib/common/iso8601.c struct tm *now_tm = localtime(&now); tm 1403 lib/common/iso8601.c ha_set_tm_time(crm_time_t *target, const struct tm *source) tm 1905 lib/common/iso8601.c ha_get_tm_time(struct tm *target, const crm_time_t *source) tm 1907 lib/common/iso8601.c *target = (struct tm) { tm 2038 lib/common/iso8601.c struct tm tm = { 0, }; tm 2045 lib/common/iso8601.c ha_get_tm_time(&tm, &dt); tm 2104 lib/common/iso8601.c tmp_fmt_s, &tm); tm 23 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c crm_time_t *tm = crm_time_new(t); tm 26 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c assert_int_equal(pcmk__evaluate_date_spec(xml, tm), expected); tm 28 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c crm_time_free(tm); tm 38 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c crm_time_t *tm = crm_time_new(NULL); tm 42 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c assert_int_equal(pcmk__evaluate_date_spec(NULL, tm), EINVAL); tm 44 lib/common/tests/rules/pcmk__evaluate_date_spec_test.c crm_time_free(tm);