hr               1981 lib/common/iso8601.c     pcmk__time_hr_t *hr;
hr               1988 lib/common/iso8601.c     hr = pcmk__time_hr_convert(NULL, &dt);
hr               1989 lib/common/iso8601.c     if (hr != NULL) {
hr               1990 lib/common/iso8601.c         hr->useconds = tv.tv_nsec / QB_TIME_NS_IN_USEC;
hr               1992 lib/common/iso8601.c     return hr;
hr                 35 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     pcmk__time_hr_t *hr = TEST_TIME;
hr                 36 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     char *result = pcmk__time_format_hr(format, hr);
hr                 38 lib/common/tests/iso8601/pcmk__time_format_hr_test.c     pcmk__time_hr_free(hr);