pend              670 libglibc/regex.c   unsigned char *pend = end;
pend              679 libglibc/regex.c   while (p < pend)
pend              727 libglibc/regex.c             assert (p + *p < pend);
pend             1367 libglibc/regex.c     DEBUG_PRINT_COMPILED_PATTERN (bufp, pattern_place, pend);		\
pend             1451 libglibc/regex.c   DEBUG_PRINT_COMPILED_PATTERN (bufp, pat, pend);			\
pend             1566 libglibc/regex.c static boolean at_endline_loc_p _RE_ARGS ((const char *p, const char *pend,
pend             1569 libglibc/regex.c 					      const char *pend,
pend             1580 libglibc/regex.c   do {if (p == pend) return REG_EEND;					\
pend             1589 libglibc/regex.c   do {if (p == pend) return REG_EEND;					\
pend             1763 libglibc/regex.c   { if (p != pend)							\
pend             1771 libglibc/regex.c            if (p == pend) 						\
pend             1903 libglibc/regex.c   const char *pend = pattern + size;
pend             1994 libglibc/regex.c   while (p != pend)
pend             2018 libglibc/regex.c                    p == pend
pend             2022 libglibc/regex.c                 || at_endline_loc_p (p, pend, syntax))
pend             2063 libglibc/regex.c                 if (p == pend)
pend             2074 libglibc/regex.c                     if (p == pend) FREE_STACK_RETURN (REG_EESCAPE);
pend             2125 libglibc/regex.c                     && p < pend && TRANSLATE (*p) == TRANSLATE ('\n')
pend             2173 libglibc/regex.c             if (p == pend) FREE_STACK_RETURN (REG_EBRACK);
pend             2204 libglibc/regex.c                 if (p == pend) FREE_STACK_RETURN (REG_EBRACK);
pend             2211 libglibc/regex.c                     if (p == pend) FREE_STACK_RETURN (REG_EESCAPE);
pend             2239 libglibc/regex.c                       = compile_range (&p, pend, translate, syntax, b);
pend             2250 libglibc/regex.c                     ret = compile_range (&p, pend, translate, syntax, b);
pend             2265 libglibc/regex.c                     if (p == pend) FREE_STACK_RETURN (REG_EBRACK);
pend             2270 libglibc/regex.c                         if ((c == ':' && *p == ']') || p == pend)
pend             2299 libglibc/regex.c                         if (p == pend) FREE_STACK_RETURN (REG_EBRACK);
pend             2339 libglibc/regex.c                         if (p == pend) FREE_STACK_RETURN (REG_EBRACK);
pend             2429 libglibc/regex.c           if (p == pend) FREE_STACK_RETURN (REG_EESCAPE);
pend             2608 libglibc/regex.c                   || (p - 2 == pattern  &&  p == pend))
pend             2620 libglibc/regex.c                 if (p == pend)
pend             3085 libglibc/regex.c at_endline_loc_p (p, pend, syntax)
pend             3086 libglibc/regex.c     const char *p, *pend;
pend             3091 libglibc/regex.c   const char *next_next = p + 1 < pend ? p + 1 : 0;
pend             3135 libglibc/regex.c compile_range (p_ptr, pend, translate, syntax, b)
pend             3136 libglibc/regex.c     const char **p_ptr, *pend;
pend             3149 libglibc/regex.c   if (p == pend)
pend             3211 libglibc/regex.c   register unsigned char *pend = pattern + bufp->used;
pend             3237 libglibc/regex.c       if (p == pend || *p == succeed)
pend             3256 libglibc/regex.c       assert (p < pend);
pend             3417 libglibc/regex.c           if (p + j < pend)
pend             3474 libglibc/regex.c       p = pend;
pend             3888 libglibc/regex.c   register unsigned char *pend = p + bufp->used;
pend             4094 libglibc/regex.c   DEBUG_PRINT_COMPILED_PATTERN (bufp, p, pend);
pend             4110 libglibc/regex.c       if (p == pend)
pend             4376 libglibc/regex.c               = group_match_null_string_p (&p1, pend, reg_info);
pend             4478 libglibc/regex.c 	      && (p + 2) < pend)
pend             4735 libglibc/regex.c           while (p1 < pend && (re_opcode_t) *p1 == no_op)
pend             4738 libglibc/regex.c           if (p1 < pend && (re_opcode_t) *p1 == start_memory)
pend             4781 libglibc/regex.c 		if (p2 + 2 < pend
pend             4785 libglibc/regex.c 		else if (p2 + 6 < pend
pend             4798 libglibc/regex.c             if (p2 == pend)
pend             5199 libglibc/regex.c 	  assert (p <= pend);
pend             5200 libglibc/regex.c           if (p < pend)