Home
last modified time | relevance | path

Searched refs:getttyent (Results 26 – 50 of 114) sorted by relevance

12345

/dports/devel/gnulib/gnulib-20140202-stable/doc/glibc-headers/
H A Dttyent.texi5 @code{setttyent}, @code{endttyent}, @code{getttyent}, @code{getttynam}.
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/doc/glibc-headers/
H A Dttyent.texi5 @code{setttyent}, @code{endttyent}, @code{getttyent}, @code{getttynam}.
/dports/chinese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dttyfdslot.c124 for (slotnum = 1; (te = getttyent ()) != NULL; slotnum++) in ttyfdslot()
/dports/chinese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dttyfdslot.c124 for (slotnum = 1; (te = getttyent ()) != NULL; slotnum++) in ttyfdslot()
/dports/japanese/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dttyfdslot.c124 for (slotnum = 1; (te = getttyent ()) != NULL; slotnum++) in ttyfdslot()
/dports/japanese/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dttyfdslot.c124 for (slotnum = 1; (te = getttyent ()) != NULL; slotnum++) in ttyfdslot()
/dports/korean/FreeWnn-server/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dttyfdslot.c124 for (slotnum = 1; (te = getttyent ()) != NULL; slotnum++) in ttyfdslot()
/dports/korean/FreeWnn-lib/FreeWnn-1.1.1-a021/Wnn/uum/
H A Dttyfdslot.c124 for (slotnum = 1; (te = getttyent ()) != NULL; slotnum++) in ttyfdslot()
/dports/ftp/tnftpd/tnftpd-20200704/src/
H A Dlogutmp.c110 while (getttyent() != NULL) in ftpd_login()
/dports/sysutils/screen/screen-4.8.0/
H A Dutmp.c131 static struct ttyent *getttyent __P((void));
736 while ((tp = getttyent()) != 0 && strcmp(line, tp->ty_name) != 0)
782 getttyent() in getttyent() function
H A Dosdef.h.in182 struct ttyent; /* for getttyent __P */
184 extern struct ttyent *getttyent __P((void));
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/gnome-pty-helper/
H A Dconfigure.ac21 AC_CHECK_FUNCS(endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty r…
H A Dgnome-utmp.c183 while ((ty = getttyent ()) != NULL) in update_utmp()
H A Dconfig.h.in18 /* Define to 1 if you have the `getttyent' function. */
/dports/x11-toolkits/vte/vte-0.28.2/gnome-pty-helper/
H A Dconfigure.in23 AC_CHECK_FUNCS(endutent fcntl forkpty getttyent getutent getutmpx grantpt flock login_tty openpty r…
H A Dgnome-utmp.c183 while ((ty = getttyent ()) != NULL) in update_utmp()
H A Dconfig.h.in18 /* Define to 1 if you have the `getttyent' function. */
/dports/sysutils/consolekit2/ConsoleKit2-520b862/src/
H A Dck-sysdeps-gnu.c303 while ((t = getttyent ()) != NULL) { in ck_get_max_num_consoles()
H A Dck-sysdeps-netbsd.c346 while ((t = getttyent ()) != NULL) { in ck_get_max_num_consoles()
H A Dck-sysdeps-openbsd.c350 while ((t = getttyent ()) != NULL) { in ck_get_max_num_consoles()
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dutmp.c237 for (slot = 1; (ttyp = getttyent()); ++slot) in get_tslot()
/dports/security/sudo/sudo-1.9.8p2/src/
H A Dutmp.c268 while ((tty = getttyent()) != NULL) { in utmp_slot()
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dutmp.c237 for (slot = 1; (ttyp = getttyent()); ++slot) in get_tslot()
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dutmp.c237 for (slot = 1; (ttyp = getttyent()); ++slot) in get_tslot()
/dports/comms/conserver-com/conserver-8.2.4/autologin/
H A Dautologin.c521 while ((ty = getttyent()) != NULL) { in make_utmp()

12345