size1              68 libglibc/regex.c # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
size1              69 libglibc/regex.c 	__re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
size1             356 libglibc/regex.c   (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
size1             379 libglibc/regex.c 					const char *string1, int size1,
size1             926 libglibc/regex.c print_double_string (where, string1, size1, string2, size2)
size1             930 libglibc/regex.c     int size1;
size1             941 libglibc/regex.c           for (this_char = where - string1; this_char < size1; this_char++)
size1            1371 libglibc/regex.c     DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2,   \
size1            1446 libglibc/regex.c   DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2);	\
size1            3569 libglibc/regex.c re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
size1            3572 libglibc/regex.c      int size1, size2;
size1            3581 libglibc/regex.c   int total_size = size1 + size2;
size1            3641 libglibc/regex.c               if (startpos < size1 && startpos + range >= size1)
size1            3642 libglibc/regex.c                 lim = range - (size1 - startpos);
size1            3644 libglibc/regex.c 	      d = (startpos >= size1 ? string2 - size1 : string1) + startpos;
size1            3661 libglibc/regex.c 	      register char c = (size1 == 0 || startpos >= size1
size1            3662 libglibc/regex.c                                  ? string2[startpos - size1]
size1            3675 libglibc/regex.c       val = re_match_2_internal (bufp, string1, size1, string2, size2,
size1            3714 libglibc/regex.c    : ((regoff_t) ((ptr) - string2 + size1)))
size1            3736 libglibc/regex.c #define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2)
size1            3840 libglibc/regex.c re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
size1            3843 libglibc/regex.c      int size1, size2;
size1            3848 libglibc/regex.c   int result = re_match_2_internal (bufp, string1, size1, string2, size2,
size1            3864 libglibc/regex.c re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
size1            3867 libglibc/regex.c      int size1, size2;
size1            4032 libglibc/regex.c   if (pos < 0 || pos > size1 + size2)
size1            4057 libglibc/regex.c       size2 = size1;
size1            4059 libglibc/regex.c       size1 = 0;
size1            4061 libglibc/regex.c   end1 = string1 + size1;
size1            4065 libglibc/regex.c   if (stop <= size1)
size1            4073 libglibc/regex.c       end_match_2 = string2 + stop - size1;
size1            4082 libglibc/regex.c   if (size1 > 0 && pos <= size1)
size1            4089 libglibc/regex.c       d = string2 + pos - size1;
size1            4096 libglibc/regex.c   DEBUG_PRINT_DOUBLE_STRING (d, string1, size1, string2, size2);
size1            4231 libglibc/regex.c 			          : ((regoff_t) (d - string2 + size1)));
size1            4266 libglibc/regex.c 			    : string2 - size1);