pcmk__time_format_hr   26 include/crm/common/iso8601_internal.h char *pcmk__time_format_hr(const char *format, const pcmk__time_hr_t *hr_dt);
pcmk__time_format_hr   36 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     char *result = pcmk__time_format_hr(format, hr);
pcmk__time_format_hr   60 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     assert_null(pcmk__time_format_hr(NULL, NULL));
pcmk__time_format_hr  178 lib/lrmd/lrmd_alerts.c             char *timestamp = pcmk__time_format_hr(entry->tstamp_format, now);