p2                223 libdb/bt_utils.c 	register u_char *p1, *p2;
p2                232 libdb/bt_utils.c 	for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2)
p2                233 libdb/bt_utils.c 		if (*p1 != *p2)
p2                234 libdb/bt_utils.c 			return ((int)*p1 - (int)*p2);
p2                252 libdb/bt_utils.c 	register u_char *p1, *p2;
p2                257 libdb/bt_utils.c 	for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
p2                258 libdb/bt_utils.c 		if (*p1 != *p2)
p2               4760 libglibc/regex.c 	    register unsigned char *p2 = p;
p2               4781 libglibc/regex.c 		if (p2 + 2 < pend
p2               4782 libglibc/regex.c 		    && ((re_opcode_t) *p2 == stop_memory
p2               4783 libglibc/regex.c 			|| (re_opcode_t) *p2 == start_memory))
p2               4784 libglibc/regex.c 		  p2 += 3;
p2               4785 libglibc/regex.c 		else if (p2 + 6 < pend
p2               4786 libglibc/regex.c 			 && (re_opcode_t) *p2 == dummy_failure_jump)
p2               4787 libglibc/regex.c 		  p2 += 6;
p2               4798 libglibc/regex.c             if (p2 == pend)
p2               4808 libglibc/regex.c             else if ((re_opcode_t) *p2 == exactn
p2               4809 libglibc/regex.c 		     || (bufp->newline_anchor && (re_opcode_t) *p2 == endline))
p2               4812 libglibc/regex.c                   = *p2 == (unsigned char) endline ? '\n' : p2[2];
p2               4839 libglibc/regex.c             else if ((re_opcode_t) *p2 == charset)
p2               4844 libglibc/regex.c  		    && ! ((int) p2[1] * BYTEWIDTH > (int) p1[5]
p2               4845 libglibc/regex.c  			  && (p2[2 + p1[5] / BYTEWIDTH]
p2               4857 libglibc/regex.c 		    for (idx = 0; idx < (int) p2[1]; idx++)
p2               4858 libglibc/regex.c 		      if (! (p2[2 + idx] == 0
p2               4860 libglibc/regex.c 				 && ((p2[2 + idx] & ~ p1[5 + idx]) == 0))))
p2               4863 libglibc/regex.c 		    if (idx == p2[1])
p2               4875 libglibc/regex.c 			 idx < (int) p2[1] && idx < (int) p1[4];
p2               4877 libglibc/regex.c 		      if ((p2[2 + idx] & p1[5 + idx]) != 0)
p2               4880 libglibc/regex.c 		    if (idx == p2[1] || idx == p1[4])
p2               5496 libglibc/regex.c   register const unsigned char *p2 = (const unsigned char *) s2;
p2               5499 libglibc/regex.c       if (translate[*p1++] != translate[*p2++]) return 1;