endp              137 htags-refkit/htags_path2url.c 	char *p, *endp = area + size;
endp              144 htags-refkit/htags_path2url.c 	for (p = area; p < endp; p++)
endp              237 libutil/abs2rel.c 	char *endp = result + size - 1;
endp              249 libutil/abs2rel.c 			if (q + 3 > endp)
endp              276 libutil/abs2rel.c 						if (q + 3 > endp)
endp              284 libutil/abs2rel.c 			if (q > endp)
endp              290 libutil/abs2rel.c 			if (q > endp)
endp              318 libutil/abs2rel.c 	const char *endp = result + size - 1;
endp              344 libutil/abs2rel.c 		if (rp > endp)
endp              357 libutil/abs2rel.c 			if (rp + 3 > endp)
endp              363 libutil/abs2rel.c 	if (rp > endp)
endp              370 libutil/abs2rel.c 		if (rp + strlen(branch + 1) > endp)
endp              398 libutil/abs2rel.c 	const char *endp = result + size - 1;
endp              437 libutil/abs2rel.c 			if (rp > endp)
endp              473 libutil/abs2rel.c 	if (rp + strlen(pp) > endp)
endp               46 libutil/linetable.c static char *endp;
endp               83 libutil/linetable.c 	endp = filebuf + filesize;
endp               99 libutil/linetable.c 	int leaved = endp - curp;
endp              173 libutil/linetable.c 		fwrite(s, 1, endp - s, op);
endp              174 libutil/linetable.c 		if (endp[-1] != '\n')
endp              109 libutil/strbuf.c 	sb->endp = sb->sbuf + sb->sbufsize;
endp              126 libutil/strbuf.c 	sb->endp = sb->sbuf + sb->sbufsize;
endp              158 libutil/strbuf.c 		sb->endp = sb->sbuf + sb->sbufsize;
endp              174 libutil/strbuf.c 		if (sb->curp + len > sb->endp)
endp              191 libutil/strbuf.c 		if (sb->curp + len > sb->endp)
endp              208 libutil/strbuf.c 			if (sb->curp >= sb->endp)
endp              225 libutil/strbuf.c 			if (sb->curp >= sb->endp)
endp              229 libutil/strbuf.c 		if (sb->curp >= sb->endp)
endp              321 libutil/strbuf.c 	if (sb->curp >= sb->endp)
endp              327 libutil/strbuf.c 		if (!fgets(sb->curp, sb->endp - sb->curp, ip)) {
endp               55 libutil/strbuf.h 	char *endp;
endp               87 libutil/strbuf.h 		if (sb->curp >= sb->endp)\
endp              228 libutil/xargs.c 		for (; LT_MAX && xp->curp < xp->endp; xp->curp += length + 1)
endp              364 libutil/xargs.c 	xp->endp = xp->curp + strbuf_getlen(sb);
endp               80 libutil/xargs.h 	char *endp;