e_bs
bcmp((char *)bs, (char *)(tp->e_bs), nlen) == 0)
tp->e_bs = calloc(1, nlen + 1);
if (tp->e_bs == NULL)
bcopy(bs, tp->e_bs, nlen);