Home | History | Annotate | Download | only in BsdSocketLib

Lines Matching full:endp

113     u_char *cp, *sp2, *startp, *endp;

237 endp = startp + rrecp->r_size - 1;
241 if (!getword_str(buf2, sizeof buf2, &startp, endp))
255 if (!getword_str(buf2, sizeof buf2, &startp, endp))
268 endp))
288 soanum = getnum_str(&startp, endp);
304 n = getnum_str(&startp, endp);
309 if (!getword_str(buf2, sizeof buf2, &startp, endp))
318 n = getnum_str(&startp, endp);
325 endp))
367 getword_str(char *buf, int size, u_char **startpp, u_char *endp) {
371 for (cp = buf; *startpp <= endp; ) {
395 getnum_str(u_char **startpp, u_char *endp) {
401 for (n = 0; *startpp <= endp; ) {
412 while ((*startpp <= endp) &&