Searched refs:tcgetattr (Results 76 - 100 of 124) sorted by relevance

12345

/freebsd-11-stable/contrib/unbound/compat/
H A Dgetentropy_solaris.c400 HX(tcgetattr(0, &tios) == -1,
H A Dgetentropy_linux.c482 HX(tcgetattr(0, &tios) == -1,
H A Dgetentropy_osx.c378 HX(tcgetattr(0, &tios) == -1,
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_leitch.c304 if (tcgetattr(fd232, ttyp) < 0) {
306 "leitch_start: tcgetattr(%s): %m", leitchdev);
H A Drefclock_neoclock4x.c190 if(tcgetattr(fd, &termsettings) < 0)
192 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
212 if(tcgetattr(fd, &termsettings) < 0)
214 msyslog(LOG_CRIT, "NeoClock4X(%d): (tcgetattr) can't query serial port settings: %m", unit);
H A Drefclock_arc.c56 1) Called tcgetattr() before modifying, so that fields correctly initialised
672 if (tcgetattr(fd, &arg) < 0) {
673 msyslog(LOG_ERR, "MSF_ARCRON(%d): tcgetattr(%s): %m.",
/freebsd-11-stable/contrib/gdb/gdb/gdbserver/
H A Dremote-utils.c66 tcgetattr (remote_desc, &termios);
/freebsd-11-stable/crypto/openssl/crypto/ui/
H A Dui_openssl.c225 # define TTY_get(tty,data) tcgetattr(tty,data)
/freebsd-11-stable/sys/contrib/dev/acpica/os_specific/service_layers/
H A Dosunixxf.c228 * Therefore, we use the POSIX tcgetattr/tcsetattr and do the minimal line
231 * If the POSIX tcgetattr/tcsetattr interfaces are unavailable, these
256 if (tcgetattr (STDIN_FILENO, &OriginalTermAttributes))
/freebsd-11-stable/usr.sbin/bhyve/
H A Duart_emul.c144 tcgetattr(tf->fd, &tf->tio_orig);
/freebsd-11-stable/contrib/opie/
H A Dopielogin.c821 if (tcgetattr(STDIN_FILENO, &attr) != 0)
847 if (tcgetattr(0, &termios)) {
849 syslog(LOG_DEBUG, "tcgetattr(0, &termios) failed");
/freebsd-11-stable/lib/libc/gen/
H A DMakefile.inc506 tcsetattr.3 tcgetattr.3
/freebsd-11-stable/contrib/libreadline/
H A Drltty.c385 # define GETATTR(tty, tiop) (tcgetattr (tty, tiop))
673 /* MacOS X, at least, lies about the value of errno if tcgetattr fails. */
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dedit.c1129 tcgetattr(STDIN_FILENO, &prevt);
/freebsd-11-stable/release/picobsd/tinyware/view/
H A Dview.c567 tcgetattr(0,&t_old);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_script.c107 if (tcgetattr(STDIN_FILENO, &sc->sh_term) == -1) {
108 msgq(sp, M_SYSERR, "tcgetattr");
119 msgq(sp, M_SYSERR, "tcgetattr");
/freebsd-11-stable/libexec/getty/
H A Dmain.c460 if (tcgetattr(STDIN_FILENO, &tmode) < 0) {
461 syslog(LOG_ERR, "tcgetattr %s: %m", ttyn);
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dp2p-nfc.py381 prev_tcgetattr = termios.tcgetattr(fd)
/freebsd-11-stable/usr.sbin/bhyveload/
H A Dbhyveload.c824 tcgetattr(consout_fd, &term);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp250 ::tcgetattr(fd, &options);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dprompt.c210 if (0 == tcgetattr((*terminal)->osinfd, &(*terminal)->attr))
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtset.c760 tcgetattr(STDERR_FILENO, &mode);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dser-unix.c120 if (tcgetattr (scb->fd, &state->termios) < 0)
/freebsd-11-stable/usr.sbin/dconschat/
H A Ddconschat.c647 tcgetattr(STDIN_FILENO, &dc->tsave) == 0) {
/freebsd-11-stable/tests/sys/aio/
H A Daio_test.c528 if (tcgetattr(write_fd, &ts) < 0) {
531 atf_tc_fail("tcgetattr failed: %s", strerror(errno));

Completed in 197 milliseconds

12345