Searched refs:getttyent (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dttyent.h65 struct ttyent *getttyent(void);
/macosx-10.10/Libc-1044.1.2/gen/FreeBSD/
H A Dttyslot.c56 for (slot = 1; (ttyp = getttyent()); ++slot)
/macosx-10.10/screen-22/screen/
H A Dosdef.h116 struct ttyent; /* for getttyent __P */
118 extern struct ttyent *getttyent __P((void));
H A Dutmp.c125 static struct ttyent *getttyent __P((void));
756 while ((tp = getttyent()) != 0 && strcmp(line, tp->ty_name) != 0)
802 getttyent() function
H A Dosdef.h.in181 struct ttyent; /* for getttyent __P */
183 extern struct ttyent *getttyent __P((void));
H A Dconfigure6918 { echo "$as_me:$LINENO: checking getttyent..." >&5
6919 echo "$as_me: checking getttyent..." >&6;}
6931 getttyent(); function
/macosx-10.10/Libc-1044.1.2/gen/
H A Dgetttyent.c76 while ((t = getttyent()) != NULL)
88 * sequence of all combinations of names to be returned by getttyent().
90 * There is also a slot=nn option, which will cause getttyent() to return
111 getttyent(void) function
H A Dutmpx-darwin.c1197 if ((ttyp = getttyent()) == NULL)
/macosx-10.10/OpenSSH-189/openssh/
H A Dloginrec.c849 while (NULL != (ty = getttyent())) {
H A Dconfigure9530 getttyent \

Completed in 208 milliseconds