AUTHNAMELEN
AUTHNAMELEN);
AUTHNAMELEN);
AUTHNAMELEN, sp->defs.myauth.name);
AUTHNAMELEN, sp->defs.hisauth.name,
u_char name[AUTHNAMELEN]; /* system identification name */
(size_t)strnlen(sp->myauth.name, AUTHNAMELEN),
if (name_len != strnlen(sp->hisauth.name, AUTHNAMELEN)
strnlen(sp->hisauth.name, AUTHNAMELEN));
(size_t)strnlen(sp->myauth.name, AUTHNAMELEN),
if (name_len != strnlen(sp->hisauth.name, AUTHNAMELEN) ||
idlen = strnlen(sp->myauth.name, AUTHNAMELEN);
bcopy(spr->defs.myauth.name, sp->myauth.name, AUTHNAMELEN);
bcopy(spr->defs.hisauth.name, sp->hisauth.name, AUTHNAMELEN);