upper_bound      2616 libglibc/regex.c                 int lower_bound = -1, upper_bound = -1;
upper_bound      2632 libglibc/regex.c                     GET_UNSIGNED_NUMBER (upper_bound);
upper_bound      2637 libglibc/regex.c 		    if (upper_bound < 0)
upper_bound      2638 libglibc/regex.c 		      upper_bound = RE_DUP_MAX;
upper_bound      2642 libglibc/regex.c                   upper_bound = lower_bound;
upper_bound      2644 libglibc/regex.c                 if (lower_bound < 0 || upper_bound > RE_DUP_MAX
upper_bound      2645 libglibc/regex.c                     || lower_bound > upper_bound)
upper_bound      2684 libglibc/regex.c                  if (upper_bound == 0)
upper_bound      2703 libglibc/regex.c                      unsigned nbytes = 10 + (upper_bound > 1) * 10;
upper_bound      2713 libglibc/regex.c                                    b + 5 + (upper_bound > 1) * 5,
upper_bound      2724 libglibc/regex.c                      if (upper_bound > 1)
upper_bound      2733 libglibc/regex.c                                       upper_bound - 1);
upper_bound      2751 libglibc/regex.c                                      upper_bound - 1, b);