Searched refs:endv (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/lib/libstand/
H A Dbootp.c623 char *vp, *endv, buf[256]; /* the value buffer */ local
650 endv = buf + sizeof(buf) - 1 - 16; /* last valid write position */
661 for (; size > 0 && vp < endv; size -= 4, cp += 4) {
672 for (; size > 0 && vp < endv; size -= 1, cp += 1) {
686 for (; size > 0 && vp < endv; size -= op->fmt, cp += op->fmt) {
705 for (endv = buf; endv; endv = vp) {
709 while (*endv && strchr(" \t\n\r", *endv))
[all...]

Completed in 273 milliseconds