Home | History | Annotate | Download | only in bootptest

Lines Matching defs:zp

425 	u_char *zp;					/* points one past last non-zero byte */
431 for (zp = ep; zp > bp; zp--) {
432 if (zp[-1] != 0)
437 if (zp == bp) {
444 if (zp + 2 > ep)
445 zp = ep; /* print them all normally */
448 while (bp < zp) {
453 if (zp < ep)