Searched refs:tcsetattr (Results 76 - 100 of 111) sorted by relevance

12345

/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py373 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
390 termios.tcsetattr(fd, termios.TCSADRAIN, prev_tcgetattr)
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c511 tcsetattr(consout_fd, TCSAFLUSH, &oldterm);
829 tcsetattr(consout_fd, TCSAFLUSH, &term);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c102 tcsetattr(terminal->osinfd, TCSANOW, &terminal->attr);
218 if (0 == tcsetattr((*terminal)->osinfd, TCSAFLUSH, &attr))
/freebsd-11-stable/contrib/ntp/parseutil/
H A Dtestdcf.c398 if (tcsetattr(fd, TCSANOW, &term) == -1)
400 perror("tcsetattr");
H A Ddcfd.c71 #define TTY_SETATTR(_FD_, _ARG_) tcsetattr((_FD_), TCSANOW, (_ARG_))
1562 perror("tcsetattr");
/freebsd-11-stable/crypto/openssl/crypto/des/
H A Dread_pwd.c152 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_datum.c281 rc = tcsetattr(datum_pts->PTS_fd, TCSANOW, &arg);
283 msyslog(LOG_ERR, "Datum_PTS: tcsetattr(\"%s\") failed: %m", DATUM_DEV);
H A Drefclock_leitch.c314 if (tcsetattr(fd232, TCSANOW, ttyp) < 0) {
316 "leitch_start: tcsetattr(%s): %m", leitchdev);
H A Drefclock_neoclock4x.c204 if(tcsetattr(fd, TCSANOW, &termsettings) < 0)
206 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
225 if(tcsetattr(fd, TCSANOW, &termsettings) < 0)
227 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcsetattr) can't set serial port 2400 8N2: %m", unit);
H A Drefclock_arc.c686 if (tcsetattr(fd, TCSANOW, &arg) < 0) {
687 msyslog(LOG_ERR, "MSF_ARCRON(%d): tcsetattr(%s): %m.",
H A Drefclock_palisade.c385 if (tcsetattr(fd, TCSANOW, &tio) == -1) {
386 msyslog(LOG_ERR, "Palisade(%d) tcsetattr(fd, &tio): %m",unit);
388 printf("Palisade(%d) tcsetattr(fd, &tio)\n",unit);
/freebsd-11-stable/crypto/heimdal/appl/telnet/telnetd/
H A Dsys_term.c149 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
205 tcsetattr(ttyfd, TCSANOW, &termbuf);
208 tcsetattr(ourpty, TCSANOW, &termbuf);
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c344 tcsetattr(STDIN_FILENO, TCSAFLUSH, &attr);
856 if (tcsetattr(0, TCSANOW, &termios)) {
858 syslog(LOG_DEBUG, "tcsetattr(0, &termios) failed");
998 if (tcsetattr(STDIN_FILENO, TCSAFLUSH, &attr))
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c76 tcsetattr (remote_desc, TCSANOW, &termios);
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c226 # define TTY_set(tty,data) tcsetattr(tty,TCSANOW,data)
/freebsd-11-stable/contrib/tcsh/
H A Dsh.misc.c684 while ((res = tcsetattr(fildes, optional_actions, termios_p)) == -1 &&
/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c408 tcsetattr(STDIN_FILENO, TCSAFLUSH|TCSASOFT, &tios);
411 tcsetattr(STDIN_FILENO, TCSANOW|TCSASOFT, &tios);
/freebsd-11-stable/contrib/telnet/telnetd/
H A Dsys_term.c107 # define tcsetattr(f, a, t) ioctl(f, a, t) macro
189 (void) tcsetattr(pty, TCSANOW, &termbuf);
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c570 tcsetattr(0,TCSAFLUSH,&t_new);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp263 llvm::sys::RetryAfterSignal(-1, ::tcsetattr, fd, TCSANOW, &options);
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c197 tcsetattr(fd, TCSANOW, &n);
207 tcsetattr(fd, TCSANOW, &t);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c150 if (tcsetattr (scb->fd, TCSANOW, &state->termios) < 0)
/freebsd-11-stable/tests/sys/aio/
H A Daio_test.c534 if (tcsetattr(write_fd, TCSANOW, &ts) < 0) {
537 atf_tc_fail("tcsetattr failed: %s", strerror(errno));
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp102 ::tcsetattr(STDIN_FILENO, TCSANOW, &g_old_stdin_termios);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp310 tcsetattr(master_fd, TCSANOW, &termflags);

Completed in 1658 milliseconds

12345