/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 | interestingtimes.c | 85 struct termios termio; in set_terminal() local 88 if (!tcgetattr(fd, &termio) && old) *old = termio; in set_terminal() 95 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal() 96 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8; in set_terminal() 99 termio.c_oflag = ONLCR|OPOST; in set_terminal() 109 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN; in set_terminal() 111 if (raw) cfmakeraw(&termio); in set_terminal() 113 return tcsetattr(fd, TCSANOW, &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/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 | 179 # 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/valgrind/include/vki/ |
D | vki-solaris.h | 1311 #define vki_termio termio
|
/external/e2fsprogs/lib/ |
D | config.h.in | 545 /* Define to 1 if you have the <termio.h> header file. */
|
/external/curl/lib/ |
D | curl_config.h.cmake | 692 /* Define to 1 if you have the <termio.h> header file. */
|
D | curl_config.h.in | 726 /* Define to 1 if you have the <termio.h> header file. */
|
/external/mksh/src/ |
D | sh.h | 507 #define mksh_ttyst struct termio
|
/external/e2fsprogs/ |
D | configure.ac | 915 termio.h
|
D | configure | 12371 …emaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime…
|
/external/curl/ |
D | CMakeLists.txt | 761 check_include_file_concat("termio.h" HAVE_TERMIO_H)
|
D | configure.ac | 3374 termio.h \
|
/external/python/cpython2/ |
D | pyconfig.h.in | 799 /* Define to 1 if you have the <sys/termio.h> header file. */
|
D | configure.ac | 1706 sys/termio.h sys/time.h \
|
D | configure | 7058 sys/termio.h sys/time.h \
|
/external/python/cpython3/ |
D | pyconfig.h.in | 1063 /* Define to 1 if you have the <sys/termio.h> header file. */
|
D | configure.ac | 2035 sys/stat.h sys/syscall.h sys/sys_domain.h sys/termio.h sys/time.h \
|