Searched refs:ttyent (Results 1 – 4 of 4) sorted by relevance
17 struct ttyent { /* see getttyent(3) */ struct30 extern struct ttyent *getttyent(); argument31 extern struct ttyent *getttynam();
11 struct ttyent *15 register struct ttyent *t;
20 struct ttyent tty;110 struct ttyent *
774 register struct ttyent *ty; in utmp_write_direct()779 while ((struct ttyent *)0 != (ty = getttyent())) { in utmp_write_direct()786 if((struct ttyent *)0 == ty) { in utmp_write_direct()