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

12345

/freebsd-11-stable/usr.bin/fetch/
H A Dfetch.c404 if (tcgetattr(STDIN_FILENO, &tios) == 0) {
/freebsd-11-stable/contrib/tcsh/
H A Ded.term.c695 RETRY(tcgetattr(fd, &td->d_t));
H A Dsh.lex.c1461 if (tcgetattr(SHIN, &tty) == 0 &&
/freebsd-11-stable/contrib/ntp/parseutil/
H A Ddcfd.c70 #define TTY_GETATTR(_FD_, _ARG_) tcgetattr((_FD_), (_ARG_))
1542 perror("tcgetattr");
/freebsd-11-stable/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp468 if (::tcgetattr(STDIN_FILENO, &g_old_stdin_termios) == 0) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp307 tcgetattr(master_fd, &termflags);
H A Dsanitizer_common_interceptors.inc3584 INTERCEPTOR(int, tcgetattr, int fd, void *termios_p) {
3586 COMMON_INTERCEPTOR_ENTER(ctx, tcgetattr, fd, termios_p);
3590 int res = REAL(tcgetattr)(fd, termios_p);
3596 #define INIT_TCGETATTR COMMON_INTERCEPT_FUNCTION(tcgetattr);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_palisade.c326 if (tcgetattr(fd, &tio) < 0) {
328 "Palisade(%d) tcgetattr(fd, &tio): %m",unit);
330 printf("Palisade(%d) tcgetattr(fd, &tio)\n",unit);
H A Dntp_refclock.c965 if (tcgetattr(fd, ttyp) < 0) {
968 "refclock_setup fd %d tcgetattr: %m",
H A Drefclock_msfees.c483 if (tcgetattr(fd232, ttyp) < 0) {
484 msyslog(LOG_ERR, "msfees_start: tcgetattr(%s): %m", eesdev);
H A Drefclock_ripencc.c489 if (tcgetattr(fd, &tio) < 0) {
490 msyslog(LOG_ERR, "Palisade(%d) tcgetattr(fd, &tio): %m",unit);
H A Drefclock_parse.c128 # define TTY_GETATTR(_FD_, _ARG_) tcgetattr((_FD_), (_ARG_))
3096 msyslog(LOG_ERR, "PARSE receiver #%d: parse_start: tcgetattr(%d, &tio): %m", unit, fd232);
4865 msyslog(LOG_ERR, "PARSE receiver #%d: trimbletaip_init: tcgetattr(fd, &tio): %m", CLK_UNIT(parse->peer));
5308 msyslog(LOG_ERR, "PARSE receiver #%d: trimbletsip_init: tcgetattr(%d, &tio): %m", CLK_UNIT(parse->peer), parse->generic->io.fd);
/freebsd-11-stable/contrib/gcc/
H A Dsys-protos.h1144 extern int tcgetattr(int, struct termios *);
/freebsd-11-stable/usr.sbin/ppp/
H A Dphysical.c255 tcgetattr(p->fd, &rstio);
/freebsd-11-stable/lib/libedit/
H A Dtty.c472 * Wrapper for tcgetattr to handle EINTR
478 while ((rv = tcgetattr(el->el_infd, t)) == -1 && errno == EINTR)
H A Dreadline.c308 if (tcgetattr(fileno(rl_instream), &t) != -1 && (t.c_lflag & ECHO) == 0)
/freebsd-11-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c1154 tcgetattr(ctx->fd, &t);
/freebsd-11-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c1970 if (tcgetattr(pfd, &ttybuf) < 0) {
1971 syslog(LOG_ERR, "%s: tcgetattr: %m", pp->printer);
/freebsd-11-stable/usr.sbin/pw/
H A Dpw_user.c192 if (tcgetattr(fd, &t) == -1)
/freebsd-11-stable/contrib/less/
H A Dscreen.c328 tcgetattr(tty, &s);
/freebsd-11-stable/crypto/openssh/
H A Dmux.c439 if (cctx->want_tty && tcgetattr(new_fd[0], &cctx->tio) == -1)
440 error("%s: tcgetattr: %s", __func__, strerror(errno));
H A Dchannels.c1847 if (tcgetattr(c->wfd, &tio) == 0 &&
/freebsd-11-stable/usr.sbin/moused/
H A Dmoused.c2696 if (tcgetattr(rodent.mfd, &tty) < 0)
/freebsd-11-stable/contrib/libreadline/
H A Dconfigure4424 strcasecmp strpbrk tcgetattr vsnprintf

Completed in 325 milliseconds

12345