Searched refs:TIOCGETC (Results 1 – 13 of 13) sorted by relevance
| /freebsd-11-stable/contrib/tcsh/ |
| HD | ed.term.c | 450 # 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 …]
|
| HD | mi.termios.c | 159 || ioctl(filedes, TIOCGETC, (struct sgttyb *) &tcbuf) < 0)
|
| HD | ed.term.h | 513 # ifdef TIOCGETC
|
| HD | sh.file.c | 136 (void) ioctl(SHIN, TIOCGETC, (ioctl_t) & tchars); in setup_tty()
|
| /freebsd-11-stable/contrib/libreadline/ |
| HD | rltty.c | 170 #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/ |
| HD | tui.c | 488 #if ! defined (USG) && defined (TIOCGETC) 507 #ifdef TIOCGETC 508 ioctl (FILEDES, TIOCGETC, &tbuf);
|
| /freebsd-11-stable/sys/sys/ |
| HD | ioctl_compat.h | 81 #define TIOCGETC _IOR('t',18, struct tchars) /* get special characters */ macro
|
| /freebsd-11-stable/sys/kern/ |
| HD | tty_compat.c | 218 case TIOCGETC: { in tty_ioctl_compat()
|
| /freebsd-11-stable/contrib/telnet/telnet/ |
| HD | sys_bsd.c | 233 ioctl(0, TIOCGETC, (char *)&otc); in TerminalSaveState()
|
| /freebsd-11-stable/contrib/gdb/gdb/ |
| HD | ser-unix.c | 135 if (ioctl (scb->fd, TIOCGETC, &state->tc) < 0) in get_tty_state()
|
| /freebsd-11-stable/contrib/telnet/telnetd/ |
| HD | sys_term.c | 147 (void) ioctl(pty, TIOCGETC, (char *)&termbuf.tc); in init_termbuf()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_platform_limits_netbsd.cpp | 1853 unsigned IOCTL_TIOCGETC = TIOCGETC;
|
| HD | sanitizer_interceptors_ioctl_netbsd.inc | 1056 _(TIOCGETC, WRITE, struct_tchars_sz);
|