upper_bound       917 lib/common/iso8601.c parse_int(const char *str, int field_width, int upper_bound, int *result)
upper_bound       956 lib/common/iso8601.c         *result = (int)(*result * upper_bound);
upper_bound       958 lib/common/iso8601.c     } else if (upper_bound > 0 && *result > upper_bound) {
upper_bound       959 lib/common/iso8601.c         *result = upper_bound;