Lines Matching refs:endp
67 /* endp points the last position which is safe in the result buffer. */
68 const char *endp = result + size - 1;
101 if (rp > endp)
140 if (rp + strlen (pp) > endp)
153 // endp points the last position which is safe in the result buffer.
154 const char *endp = result + size - 1;
183 if (rp > endp)
195 if (rp + 3 > endp)
201 if (rp > endp)
207 if (rp + strlen (branch + 1) > endp)