size2              68 libglibc/regex.c # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
size2              69 libglibc/regex.c 	__re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
size2             380 libglibc/regex.c 					const char *string2, int size2,
size2             926 libglibc/regex.c print_double_string (where, string1, size1, string2, size2)
size2             931 libglibc/regex.c     int size2;
size2             947 libglibc/regex.c       for (this_char = where - string2; this_char < size2; this_char++)
size2            1372 libglibc/regex.c 				 size2);				\
size2            1446 libglibc/regex.c   DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2);	\
size2            3569 libglibc/regex.c re_search_2 (bufp, string1, size1, string2, size2, startpos, range, regs, stop)
size2            3572 libglibc/regex.c      int size1, size2;
size2            3581 libglibc/regex.c   int total_size = size1 + size2;
size2            3675 libglibc/regex.c       val = re_match_2_internal (bufp, string1, size1, string2, size2,
size2            3736 libglibc/regex.c #define AT_STRINGS_BEG(d) ((d) == (size1 ? string1 : string2) || !size2)
size2            3840 libglibc/regex.c re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
size2            3843 libglibc/regex.c      int size1, size2;
size2            3848 libglibc/regex.c   int result = re_match_2_internal (bufp, string1, size1, string2, size2,
size2            3864 libglibc/regex.c re_match_2_internal (bufp, string1, size1, string2, size2, pos, regs, stop)
size2            3867 libglibc/regex.c      int size1, size2;
size2            4032 libglibc/regex.c   if (pos < 0 || pos > size1 + size2)
size2            4054 libglibc/regex.c   if (size2 == 0 && string1 != NULL)
size2            4057 libglibc/regex.c       size2 = size1;
size2            4062 libglibc/regex.c   end2 = string2 + size2;
size2            4096 libglibc/regex.c   DEBUG_PRINT_DOUBLE_STRING (d, string1, size1, string2, size2);