time_str          717 lib/common/iso8601.c crm_time_parse_sec(const char *time_str, int *result)
time_str          727 lib/common/iso8601.c     rc = sscanf(time_str, "%" SCNu32 ":%" SCNu32 ":%" SCNu32,
time_str          730 lib/common/iso8601.c         rc = sscanf(time_str, "%2" SCNu32 "%2" SCNu32 "%2" SCNu32,
time_str          734 lib/common/iso8601.c         crm_err("%s is not a valid ISO 8601 time specification", time_str);
time_str          746 lib/common/iso8601.c                 "because %" PRIu32 " is not a valid hour", time_str, hour);
time_str          752 lib/common/iso8601.c                 "because %" PRIu32 " is not a valid minute", time_str, minute);
time_str          758 lib/common/iso8601.c                 "because %" PRIu32 " is not a valid second", time_str, second);
time_str          826 lib/common/iso8601.c crm_time_parse(const char *time_str, crm_time_t *a_time)
time_str          833 lib/common/iso8601.c     if (time_str) {
time_str          834 lib/common/iso8601.c         if (crm_time_parse_sec(time_str, &(a_time->seconds)) == FALSE) {
time_str          837 lib/common/iso8601.c         offset_s = strstr(time_str, "Z");
time_str          839 lib/common/iso8601.c             offset_s = strstr(time_str, " ");