Home
last modified time | relevance | path

Searched refs:ttyent (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libbc/inc/include/
H A Dttyent.h17 struct ttyent { /* see getttyent(3) */ struct
30 extern struct ttyent *getttyent(); argument
31 extern struct ttyent *getttynam();
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dgetttynam.c11 struct ttyent *
15 register struct ttyent *t;
H A Dgetttyent.c20 struct ttyent tty;
110 struct ttyent *
/titanic_44/usr/src/cmd/ssh/sshd/
H A Dloginrec.c774 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()