/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 77 static struct termio termio, save_io; variable 228 termio.c_line = 0; in run_ptest() 231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 237 termio.c_cc[i] = CSTART; in run_ptest() 241 termio.c_lflag = in run_ptest() 245 termio.c_iflag = in run_ptest() 250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest() 252 TEST(ioctl(parentfd, TCSETA, &termio)); in run_ptest() 261 rval = ioctl(parentfd, TCGETA, &termio); in run_ptest() 291 if (termio.c_line != 0) { in chk_tty_parms() [all …]
|
D | ioctl01.c | 72 static struct termio termio; variable 77 struct termio *s_tio; 82 &bfd, TCGETA, &termio, EBADF}, 85 &fd, TCGETA, (struct termio *)-1, EFAULT}, 91 &fd, INVAL_IOCTL, &termio, ENOTTY}, 94 &fd1, TCGETA, &termio, ENOTTY},
|
/external/toybox/lib/ |
D | tty.c | 85 struct termios termio; in set_terminal() local 86 int i = tcgetattr(fd, &termio); in set_terminal() 90 if (old) *old = termio; in set_terminal() 97 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal() 98 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8; in set_terminal() 101 termio.c_oflag = ONLCR|OPOST; in set_terminal() 111 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN; in set_terminal() 113 if (raw) cfmakeraw(&termio); in set_terminal() 124 cfsetspeed(&termio, i+1+4081*(i>15)); in set_terminal() 127 return tcsetattr(fd, TCSAFLUSH, &termio); in set_terminal()
|
/external/ltp/testcases/kernel/pty/ |
D | ptem01.c | 59 struct termio termio; in test1() local 101 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1() 105 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1() 109 if (ioctl(slavefd, TCSETAW, &termio) != 0) { in test1() 113 if (ioctl(slavefd, TCSETAF, &termio) != 0) { in test1()
|
/external/syzkaller/sys/linux/ |
D | tty.txt | 17 ioctl$TCGETA(fd fd_tty, cmd const[TCGETA], arg ptr[out, termio]) 18 ioctl$TCSETA(fd fd_tty, cmd const[TCSETA], arg ptr[in, termio]) 19 ioctl$TCSETAW(fd fd_tty, cmd const[TCSETAW], arg ptr[in, termio]) 20 ioctl$TCSETAF(fd fd_tty, cmd const[TCSETAF], arg ptr[in, termio]) 125 termio {
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | termios.h | 23 struct termio { struct
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | termios.h | 54 struct termio { struct
|
/external/curl/src/ |
D | tool_getpass.c | 183 # define struct_term struct termio
|
/external/strace/ |
D | term.c | 75 struct termio tio; in decode_termio()
|
/external/libpng/contrib/gregbook/ |
D | rpng-win.c | 101 struct termio old_tty, new_tty; in repl_getch()
|
D | rpng2-win.c | 112 struct termio old_tty, new_tty; in repl_getch()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.cc | 425 unsigned struct_termio_sz = sizeof(struct termio);
|
/external/e2fsprogs/lib/ |
D | config.h.in | 563 /* Define to 1 if you have the <termio.h> header file. */
|
/external/curl/lib/ |
D | curl_config.h.cmake | 701 /* Define to 1 if you have the <termio.h> header file. */
|
D | curl_config.h.in | 721 /* Define to 1 if you have the <termio.h> header file. */
|
/external/mksh/src/ |
D | sh.h | 511 #define mksh_ttyst struct termio
|
/external/curl/ |
D | CMakeLists.txt | 777 check_include_file_concat("termio.h" HAVE_TERMIO_H)
|
D | configure.ac | 3526 termio.h \
|
/external/e2fsprogs/ |
D | configure.ac | 935 termio.h
|
D | configure | 12450 …emaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime…
|
/external/python/cpython2/ |
D | pyconfig.h.in | 829 /* Define to 1 if you have the <sys/termio.h> header file. */
|
D | configure.ac | 1739 sys/termio.h sys/time.h \
|
D | configure | 7096 sys/termio.h sys/time.h \
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1112 /* Define to 1 if you have the <sys/termio.h> header file. */
|
D | configure.ac | 2162 sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
|