Home
last modified time | relevance | path

Searched defs:tty (Results 1 – 25 of 65) sorted by relevance

123

/freebsd/sys/sys/
H A Dtty.h61 struct tty { struct
64 TAILQ_ENTRY(tty) t_list; /* (l) TTY list entry. */ argument
68 #define TF_NOPREFIX 0x00001 /* Don't prepend "tty" to device name. */ argument
93 struct ttyinq t_inq; /* (t) Input queue. */ argument
95 struct ttyoutq t_outq; /* (t) Output queue. */ argument
117 struct termios t_termios_init_in; /* tty%s.init. */ argument
118 struct termios t_termios_lock_in; /* tty%s.lock. */ argument
122 struct ttydevsw *t_devsw; /* (c) Driver hooks. */ argument
123 struct ttyhook *t_hook; /* (t) Capture/inject hook. */ argument
139 * Userland version of struct tty, for sysctl kern.ttys argument
/freebsd/lib/libc/gen/
H A Dgetttyent.c53 getttynam(const char *tty) in getttynam()
121 static struct ttyent tty; in getttyent() local
292 isttystat(const char *tty, int flag) in isttystat()
301 isdialuptty(const char *tty) in isdialuptty()
308 isnettty(const char *tty) in isnettty()
/freebsd/usr.bin/write/
H A Dwrite.c74 char tty[MAXPATHLEN], *mytty; in main() local
187 utmp_chk(char *user, char *tty) in utmp_chk()
214 search_utmp(int devfd, char *user, char *tty, char *mytty, uid_t myuid) in search_utmp()
262 term_chk(int devfd, char *tty, int *msgsokP, time_t *atimeP, int showerror) in term_chk()
280 do_write(int devfd, char *tty, char *mytty, const char *login) in do_write()
/freebsd/crypto/heimdal/appl/login/
H A Dtty.c43 clean_ttyname (char *tty) in clean_ttyname()
61 make_id (char *tty) in make_id()
H A Dutmp_login.c85 prepare_utmp (struct utmp *utmp, char *tty, in prepare_utmp()
127 void utmp_login(char *tty, const char *username, const char *hostname) in utmp_login()
133 void utmp_login(char *tty, const char *username, const char *hostname) in utmp_login()
H A Dlogin.c267 char *tty, char *ttyn) in update_utmp()
315 do_login(const struct passwd *pwd, char *tty, char *ttyn) in do_login()
644 char *tty, *ttyn; in main() local
H A Dread_string.c56 FILE *tty; in read_string() local
/freebsd/crypto/openssl/crypto/ui/
H A Dui_openssl.c110 # define TTY_get(tty,data) tcgetattr(tty,data) argument
111 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data) argument
118 # define TTY_get(tty,data) ioctl(tty,TCGETA,data) argument
119 # define TTY_set(tty,data) ioctl(tty,TCSETA,data) argument
126 # define TTY_get(tty,data) ioctl(tty,TIOCGETP,data) argument
127 # define TTY_set(tty,data) ioctl(tty,TIOCSETP,data) argument
658 static int noecho_fgets(char *buf, int size, FILE *tty) in noecho_fgets()
/freebsd/crypto/openssh/
H A Dsshpty.c87 pty_release(const char *tty) in pty_release()
100 pty_make_controlling_tty(int *ttyfd, const char *tty) in pty_make_controlling_tty()
166 pty_setowner(struct passwd *pw, const char *tty) in pty_setowner()
H A Dsshlogin.c137 record_login(pid_t pid, const char *tty, const char *user, uid_t uid, in record_login()
167 record_logout(pid_t pid, const char *tty, const char *user) in record_logout()
H A Dauth-sia.c84 session_setup_sia(struct passwd *pw, char *tty) in session_setup_sia()
/freebsd/contrib/less/
H A Dttyin.c27 public HANDLE tty; global() variable
29 public int tty; global() variable
[all...]
/freebsd/contrib/tcsh/
H A Dsh.file.c164 struct termios tty, tty_normal; in back_to_col_1() local
216 struct termios tty, tty_normal; in pushback() local
218 struct termio tty, tty_normal; in pushback() local
221 struct sgttyb tty, tty_normal; in pushback() local
385 struct termios tty; in retype() local
/freebsd/usr.bin/mesg/
H A Dmesg.c52 char *tty; in main() local
/freebsd/lib/libutil/
H A Dlogin_ok.c125 login_ttyok(login_cap_t *lc, const char *tty, const char *allowcap, in login_ttyok()
160 auth_ttyok(login_cap_t *lc, const char * tty) in auth_ttyok()
/freebsd/usr.bin/who/
H A Dwho.c164 char buf[80], tty[PATH_MAX]; in row() local
270 const char *name, *tty; in whoami() local
/freebsd/lib/libpam/modules/pam_securetty/
H A Dpam_securetty.c60 const void *tty; in pam_sm_acct_mgmt() local
/freebsd/usr.bin/bluetooth/rfcomm_sppd/
H A Drfcomm_sppd.c84 char *tty = NULL, *ep = NULL, buf[SPPD_BUFFER_SIZE]; in main() local
369 sppd_ttys_open(char **tty, int *amaster, int *aslave) in sppd_ttys_open()
/freebsd/contrib/openpam/bin/su/
H A Dsu.c72 const char *user, *tty; in main() local
/freebsd/usr.bin/login/
H A Dlogin_fbtab.c80 login_fbtab(char *tty, uid_t uid, gid_t gid) in login_fbtab()
/freebsd/lib/libpam/modules/pam_login_access/
H A Dpam_login_access.c72 const void *rhost, *tty, *user; in pam_sm_acct_mgmt() local
/freebsd/libexec/talkd/
H A Dprocess.c177 find_user(const char *name, char *tty) in find_user()
/freebsd/usr.bin/talk/
H A Dinit_disp.c55 char *tty; in check_writeable() local
/freebsd/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c73 const void *rhost, *tty; in pam_sm_open_session() local
/freebsd/usr.bin/rwall/
H A Drwall.c123 char *tty, hostname[MAXHOSTNAMELEN], lbuf[256], tmpname[64]; in makemsg() local

123