tm                 41 lib/common/iso8601.c #  define GMTOFF(tm) ((tm)->tm_gmtoff)
tm                 44 lib/common/iso8601.c #  define GMTOFF(tm) (-timezone+daylight)
tm                665 lib/common/iso8601.c         struct tm *now_tm = localtime(&now);
tm               1212 lib/common/iso8601.c ha_set_tm_time(crm_time_t * target, struct tm *source)
tm               1528 lib/common/iso8601.c ha_get_tm_time( struct tm *target, crm_time_t *source)
tm               1530 lib/common/iso8601.c     *target = (struct tm) {
tm               1637 lib/common/iso8601.c     struct tm tm;
tm               1644 lib/common/iso8601.c     ha_get_tm_time(&tm, &dt);
tm               1679 lib/common/iso8601.c         date_len += strftime(&date_s[date_len], max-date_len, tmp_fmt_s, &tm);
tm                 17 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     crm_time_t *tm = crm_time_new(t);
tm                 20 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     g_assert_cmpint(pe_cron_range_satisfied(tm, xml), ==, expected);
tm                 22 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     crm_time_free(tm);
tm                 33 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     crm_time_t *tm = crm_time_new(NULL);
tm                 35 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     g_assert_cmpint(pe_cron_range_satisfied(tm, NULL), ==, pcmk_rc_ok);
tm                 37 lib/pengine/tests/rules/pe_cron_range_satisfied_test.c     crm_time_free(tm);