uppper_bound      774 lib/common/iso8601.c parse_int(const char *str, int field_width, int uppper_bound, int *result)
uppper_bound      817 lib/common/iso8601.c         *result = (int)(*result * uppper_bound);
uppper_bound      819 lib/common/iso8601.c     } else if (uppper_bound > 0 && *result > uppper_bound) {
uppper_bound      820 lib/common/iso8601.c         *result = uppper_bound;