Home
last modified time | relevance | path

Searched refs:TIOCGETC (Results 1 – 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/tcsh/
HDed.term.c450 # if defined(VINTR) || defined(TIOCGETC)
453 # if defined(VQUIT) || defined(TIOCGETC)
462 # if defined(VEOF) || defined(TIOCGETC)
480 # if defined(VSTART) || defined(TIOCGETC)
483 # if defined(VSTOP) || defined(TIOCGETC)
516 # if defined(VBRK) || defined(TIOCGETC)
703 # ifdef TIOCGETC in tty_getty()
704 RETRY(ioctl(fd, TIOCGETC, (ioctl_t) &td->d_tc)); in tty_getty()
734 # ifdef TIOCGETC in tty_setty()
863 # ifdef TIOCGETC in tty_getchar()
[all …]
HDmi.termios.c159 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0)
HDed.term.h513 # ifdef TIOCGETC
HDsh.file.c136 (void) ioctl(SHIN, TIOCGETC, (ioctl_t) & tchars); in setup_tty()
/freebsd-11-stable/contrib/libreadline/
HDrltty.c170 #if defined (TIOCGETC)
248 #if defined (TIOCGETC)
249 if (ioctl (tty, TIOCGETC, &(tiop->tchars)) == 0)
311 #if defined (TIOCGETC)
343 #if defined (TIOCGETC)
/freebsd-11-stable/contrib/gdb/gdb/tui/
HDtui.c488 #if ! defined (USG) && defined (TIOCGETC)
507 #ifdef TIOCGETC
508 ioctl (FILEDES, TIOCGETC, &tbuf);
/freebsd-11-stable/sys/sys/
HDioctl_compat.h81 #define TIOCGETC _IOR('t',18, struct tchars) /* get special characters */ macro
/freebsd-11-stable/sys/kern/
HDtty_compat.c218 case TIOCGETC: { in tty_ioctl_compat()
/freebsd-11-stable/contrib/telnet/telnet/
HDsys_bsd.c233 ioctl(0, TIOCGETC, (char *)&otc); in TerminalSaveState()
/freebsd-11-stable/contrib/gdb/gdb/
HDser-unix.c135 if (ioctl (scb->fd, TIOCGETC, &state->tc) < 0) in get_tty_state()
/freebsd-11-stable/contrib/telnet/telnetd/
HDsys_term.c147 (void) ioctl(pty, TIOCGETC, (char *)&termbuf.tc); in init_termbuf()
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_platform_limits_netbsd.cpp1853 unsigned IOCTL_TIOCGETC = TIOCGETC;
HDsanitizer_interceptors_ioctl_netbsd.inc1056 _(TIOCGETC, WRITE, struct_tchars_sz);