d2               4554 libglibc/regex.c 	    register const char *d2, *dend2;
d2               4563 libglibc/regex.c             d2 = regstart[regno];
d2               4577 libglibc/regex.c 		while (d2 == dend2)
d2               4583 libglibc/regex.c                     d2 = string2;
d2               4587 libglibc/regex.c 		if (d2 == dend2) break;
d2               4597 libglibc/regex.c                 if (mcnt > dend2 - d2)
d2               4598 libglibc/regex.c 		  mcnt = dend2 - d2;
d2               4603 libglibc/regex.c                     ? bcmp_translate (d, d2, mcnt, translate)
d2               4604 libglibc/regex.c                     : memcmp (d, d2, mcnt))
d2               4606 libglibc/regex.c 		d += mcnt, d2 += mcnt;