day               897 lib/common/iso8601.c     uint32_t day = 0U;
day               933 lib/common/iso8601.c                 &year, &month, &day);
day               937 lib/common/iso8601.c                     &year, &month, &day);
day               950 lib/common/iso8601.c         } else if ((day < 1) || (day > INT_MAX)
day               951 lib/common/iso8601.c                    || (day > crm_time_days_in_month(month, year))) {
day               954 lib/common/iso8601.c                     date_str, day);
day               958 lib/common/iso8601.c             dt->days = get_ordinal_days(year, month, day);
day               966 lib/common/iso8601.c     rc = sscanf(date_str, "%" SCNu32 "-%" SCNu32, &year, &day);
day               973 lib/common/iso8601.c         } else if ((day < 1U) || (day > INT_MAX) || (day > year_days(year))) {
day               977 lib/common/iso8601.c                     date_str, day, year, year_days(year));
day               981 lib/common/iso8601.c                   year, day, date_str);
day               982 lib/common/iso8601.c         dt->days = day;
day               989 lib/common/iso8601.c                 &year, &week, &day);
day               997 lib/common/iso8601.c         } else if ((day < 1U) || (day > 7U)) {
day              1000 lib/common/iso8601.c                     date_str, day);
day              1018 lib/common/iso8601.c                       year, jan1, week, day, date_str);
day              1029 lib/common/iso8601.c             crm_time_add_days(dt, day);