Home | History | Annotate | Download | only in dropbear

Lines Matching defs:ty

689 	register struct ttyent *ty;
694 while ((struct ttyent *)0 != (ty = getttyent())) {
696 if (!strncmp(ty->ty_name, ut->ut_line, sizeof(ut->ut_line)))
701 if((struct ttyent *)0 == ty) {