Searched refs:TCSANOW (Results 1 - 25 of 66) sorted by path

123

/freebsd-11-stable/contrib/apr/passwd/
H A Dapr_getpass.c209 tcsetattr(STDIN_FILENO, TCSANOW, &attr);
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c76 tcsetattr (remote_desc, TCSANOW, &termios);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c150 if (tcsetattr (scb->fd, TCSANOW, &state->termios) < 0)
/freebsd-11-stable/contrib/libreadline/examples/
H A Dexcallback.c115 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
147 if( tcsetattr(STDIN_FILENO, TCSANOW, &term) < 0 ) {
/freebsd-11-stable/contrib/libreadline/examples/rlfe/
H A Drlfe.c163 tcsetattr(STDIN_FILENO, TCSANOW, &orig_term);
550 tcsetattr(STDIN_FILENO, TCSANOW, &t);
701 tcsetattr(STDIN_FILENO, TCSANOW, &orig_term);
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c387 # define SETATTR(tty, tiop) (tcsetattr (tty, TCSANOW, tiop))
/freebsd-11-stable/contrib/netbsd-tests/kernel/
H A Dt_pty.c127 if (tcsetattr(fd, TCSANOW, &tios) == -1)
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_tty.h40 #ifndef TCSANOW
41 #define TCSANOW TCSETA macro
/freebsd-11-stable/contrib/ntp/libntp/
H A Dicom.c168 rc = tcsetattr(fd, TCSANOW, &ttyb);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_arc.c686 if (tcsetattr(fd, TCSANOW, &arg) < 0) {
H A Drefclock_datum.c281 rc = tcsetattr(datum_pts->PTS_fd, TCSANOW, &arg);
H A Drefclock_leitch.c314 if (tcsetattr(fd232, TCSANOW, ttyp) < 0) {
H A Drefclock_msfees.c493 if (tcsetattr(fd232, TCSANOW, ttyp) < 0) {
H A Drefclock_neoclock4x.c204 if(tcsetattr(fd, TCSANOW, &termsettings) < 0)
225 if(tcsetattr(fd, TCSANOW, &termsettings) < 0)
H A Drefclock_ripencc.c499 if (tcsetattr(fd, TCSANOW, &tio) == -1) {
/freebsd-11-stable/contrib/ntp/parseutil/
H A Dtestdcf.c398 if (tcsetattr(fd, TCSANOW, &term) == -1)
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c30 Use TCSAFLUSH instead of TCSANOW (except where it flushes
856 if (tcsetattr(0, TCSANOW, &termios)) {
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit.c1132 tcsetattr(STDIN_FILENO, TCSANOW, &newt);
1158 tcsetattr(STDIN_FILENO, TCSANOW, &prevt);
/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dread_string.c86 tcsetattr(fileno(tty), TCSANOW, &t_new); local
109 tcsetattr(fileno(tty), TCSANOW, &t_old); local
H A Dstty_default.c99 tcsetattr(0, TCSANOW, &termios);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnet/
H A Dsys_bsd.c51 # ifndef TCSANOW
53 # define TCSANOW TCSETS macro
58 # define TCSANOW TCSETA macro
62 # define TCSANOW TIOCSETA macro
74 # endif /* TCSANOW */
507 tcsetattr(tin, TCSANOW, &tmp_tc);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c133 # ifndef TCSANOW
135 # define TCSANOW TCSETS macro
140 # define TCSANOW TCSETA macro
144 # define TCSANOW TIOCSETA macro
162 # endif /* TCSANOW */
205 tcsetattr(ttyfd, TCSANOW, &termbuf);
208 tcsetattr(ourpty, TCSANOW, &termbuf);
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dbsd-nextstep.c63 case TCSANOW:
H A Dbsd-openpty.c210 tcsetattr(*amaster, TCSANOW, &tio);
/freebsd-11-stable/crypto/openssh/
H A Dttymodes.c487 if (tcsetattr(fd, TCSANOW, &tio) == -1)

Completed in 267 milliseconds

123