buf[bp++] = '*';
buf[bp] = '\0';
strlcat(buf, tail, sizeof(buf));
strlcat(buf, tail, buflen);
return (buf);
}