endp              143 htags-refkit/htags_path2url.c 	char *p, *endp = area + size;
endp              150 htags-refkit/htags_path2url.c 	for (p = area; p < endp; p++)
endp              253 libutil/abs2rel.c 	char *endp = result + size - 1;
endp              271 libutil/abs2rel.c 			if (q + 3 > endp)
endp              298 libutil/abs2rel.c 						if (q + 3 > endp)
endp              306 libutil/abs2rel.c 			if (q > endp)
endp              312 libutil/abs2rel.c 			if (q > endp)
endp              341 libutil/abs2rel.c 	const char *endp = result + size - 1;
endp              367 libutil/abs2rel.c 		if (rp > endp)
endp              380 libutil/abs2rel.c 			if (rp + 3 > endp)
endp              386 libutil/abs2rel.c 	if (rp > endp)
endp              393 libutil/abs2rel.c 		if (rp + strlen(branch + 1) > endp)
endp              422 libutil/abs2rel.c 	const char *endp = result + size - 1;
endp              461 libutil/abs2rel.c 			if (rp > endp)
endp              497 libutil/abs2rel.c 	if (rp + strlen(pp) > endp)
endp               49 libutil/linetable.c static char *endp;
endp               87 libutil/linetable.c 	endp = filebuf + filesize;
endp              103 libutil/linetable.c 	int leaved = endp - curp;
endp              177 libutil/linetable.c 		fwrite(s, 1, endp - s, op);
endp              178 libutil/linetable.c 		if (endp[-1] != '\n')
endp              111 libutil/strbuf.c 	sb->endp = sb->sbuf + sb->sbufsize;
endp              128 libutil/strbuf.c 	sb->endp = sb->sbuf + sb->sbufsize;
endp              160 libutil/strbuf.c 		sb->endp = sb->sbuf + sb->sbufsize;
endp              176 libutil/strbuf.c 		if (sb->curp + len > sb->endp)
endp              195 libutil/strbuf.c 		if (sb->curp + len > sb->endp)
endp              212 libutil/strbuf.c 			if (sb->curp >= sb->endp)
endp              231 libutil/strbuf.c 			if (sb->curp >= sb->endp)
endp              248 libutil/strbuf.c 			if (sb->curp >= sb->endp)
endp              252 libutil/strbuf.c 		if (sb->curp >= sb->endp)
endp              345 libutil/strbuf.c 	if (sb->curp >= sb->endp)
endp              351 libutil/strbuf.c 		if (!fgets(sb->curp, sb->endp - sb->curp, ip)) {
endp               66 libutil/strbuf.h 	char *endp;
endp              102 libutil/strbuf.h 		if (sb->curp >= sb->endp)\
endp              167 libutil/strmake.c 	char *endp = b + size - 1;
endp              170 libutil/strmake.c 		if (b < endp)
endp              247 libutil/xargs.c 		for (; LT_MAX && xp->curp < xp->endp; xp->curp += length + 1)
endp              387 libutil/xargs.c 	xp->endp = xp->curp + strbuf_getlen(sb);
endp               95 libutil/xargs.h 	char *endp;