Home
last modified time | relevance | path

Searched refs:tcgetattr (Results 151 – 175 of 188) sorted by relevance

12345678

/netbsd/external/bsd/ntp/dist/ntpd/
H A Drefclock_palisade.c328 if (tcgetattr(fd, &tio) < 0) { in palisade_start()
H A Dntp_refclock.c967 if (tcgetattr(fd, ttyp) < 0) { in refclock_setup()
H A Drefclock_msfees.c485 if (tcgetattr(fd232, ttyp) < 0) { in msfees_start()
H A Drefclock_ripencc.c491 if (tcgetattr(fd, &tio) < 0) { in ripencc_start()
H A Drefclock_parse.c130 # define TTY_GETATTR(_FD_, _ARG_) tcgetattr((_FD_), (_ARG_))
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dremote-utils.cc356 tcgetattr (remote_desc, &termios); in remote_open()
/netbsd/bin/csh/
H A Dlex.c1377 if (tcgetattr(SHIN, &tty) == 0 && (tty.c_lflag & ICANON)) in readc()
/netbsd/usr.sbin/lpr/lpd/
H A Dprintjob.c1543 if (tcgetattr(i.fd, &i.t) < 0) { in setty()
/netbsd/sys/arch/usermode/usermode/
H A Dthunk.c430 error = tcgetattr(fd, &t); in thunk_tcgetattr()
/netbsd/lib/libedit/
H A Dtty.c477 while ((rv = tcgetattr(el->el_infd, t)) == -1 && errno == EINTR) in tty_getty()
H A Dreadline.c326 if (tcgetattr(fileno(rl_instream), &t) != -1 && (t.c_lflag & ECHO) == 0) in rl_initialize()
/netbsd/external/bsd/less/dist/
H A Dscreen.c281 tcgetattr(tty, &s);
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Dconfigure.ac656 …dir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsend…
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Dconfigure.ac656 …dir pipe readlink rmdir setreuid setregid stat sigprocmask stat symlink tcgetattr tcsetattr tcsend…
/netbsd/usr.sbin/moused/
H A Dmoused.c2248 if (tcgetattr(rodent.mfd, &tty) < 0) in setmousespeed()
/netbsd/crypto/external/bsd/openssh/dist/
H A Dmux.c439 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1) in mux_master_process_new_session()
/netbsd/usr.sbin/makemandb/
H A Dnostem.txt4047 tcgetattr
/netbsd/external/gpl3/gcc.old/dist/config/
H A Dtcl.m42226 if (tcgetattr(0, &t) == 0) {
2267 if (tcgetattr(0, &t) == 0
/netbsd/external/gpl3/binutils.old/dist/config/
H A Dtcl.m42226 if (tcgetattr(0, &t) == 0) {
2267 if (tcgetattr(0, &t) == 0
/netbsd/external/gpl3/gdb.old/dist/config/
H A Dtcl.m42226 if (tcgetattr(0, &t) == 0) {
2267 if (tcgetattr(0, &t) == 0
/netbsd/external/gpl3/gcc/dist/config/
H A Dtcl.m42226 if (tcgetattr(0, &t) == 0) {
2267 if (tcgetattr(0, &t) == 0
/netbsd/external/gpl3/gdb/dist/config/
H A Dtcl.m42226 if (tcgetattr(0, &t) == 0) {
2267 if (tcgetattr(0, &t) == 0
/netbsd/external/gpl3/binutils/dist/config/
H A Dtcl.m42226 if (tcgetattr(0, &t) == 0) {
2267 if (tcgetattr(0, &t) == 0
/netbsd/external/gpl2/xcvs/dist/
H A Dconfig.h.in690 /* Define to 1 if you have the `tcgetattr' function. */
/netbsd/external/bsd/tmux/dist/
H A Dtty.c112 if (tcgetattr(c->fd, &tty->tio) != 0) in tty_init()

12345678