/third_party/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl02.c | 76 static struct termio termio, save_io; variable 227 termio.c_line = 0; in run_ptest() 230 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL; in run_ptest() 236 termio.c_cc[i] = CSTART; in run_ptest() 240 termio.c_lflag = in run_ptest() 244 termio.c_iflag = in run_ptest() 249 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR; in run_ptest() 251 TEST(ioctl(parentfd, TCSETA, &termio)); in run_ptest() 260 rval = ioctl(parentfd, TCGETA, &termio); in run_ptest() 290 if (termio.c_line != 0) { in chk_tty_parms() [all …]
|
D | ioctl01.c | 36 static struct termio termio; variable 46 {"File descriptor is invalid (termio)", &bfd, TCGETA, &termio, EBADF}, 48 {"Termio address is invalid", &fd, TCGETA, (struct termio *)-1, EFAULT}, 53 {"Command is invalid", &fd, INVAL_IOCTL, &termio, ENOTTY}, 54 {"File descriptor is for a regular file (termio)", &fd_file, TCGETA, &termio, ENOTTY},
|
/third_party/toybox/lib/ |
D | tty.c | 81 struct termios termio; in set_terminal() local 82 int i = tcgetattr(fd, &termio); in set_terminal() 86 if (old) *old = termio; in set_terminal() 93 termio.c_iflag = IXANY|ICRNL|INLCR; in set_terminal() 94 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8; in set_terminal() 97 termio.c_oflag = ONLCR|OPOST; in set_terminal() 107 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN; in set_terminal() 109 if (raw) cfmakeraw(&termio); in set_terminal() 120 cfsetspeed(&termio, i+1+4081*(i>15)); in set_terminal() 123 return tcsetattr(fd, TCSAFLUSH, &termio); in set_terminal()
|
/third_party/ltp/testcases/kernel/pty/ |
D | ptem01.c | 56 struct termio termio; in test1() local 98 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1() 102 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1() 106 if (ioctl(slavefd, TCSETAW, &termio) != 0) { in test1() 110 if (ioctl(slavefd, TCSETAF, &termio) != 0) { in test1()
|
/third_party/ltp/include/lapi/ |
D | ioctl.h | 29 struct termio struct
|
/third_party/e2fsprogs/ |
D | 1004-modify-code-to-compile.patch | 45 #include <termio.h>
|
/third_party/curl/src/ |
D | tool_getpass.c | 132 # define struct_term struct termio
|
/third_party/skia/third_party/externals/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()
|
/third_party/openssl/crypto/ui/ |
D | ui_openssl.c | 116 # define TTY_STRUCT struct termio
|
/third_party/node/deps/openssl/openssl/crypto/ui/ |
D | ui_openssl.c | 116 # define TTY_STRUCT struct termio
|
/third_party/ltp/ |
D | configure.ac | 212 AC_CHECK_TYPES([struct termio],,,[#include <sys/ioctl.h>])
|
/third_party/curl/lib/ |
D | curl_config.h.cmake | 581 /* Define to 1 if you have the <termio.h> header file. */
|
D | curl_config.h.in | 708 /* Define to 1 if you have the <termio.h> header file. */
|
/third_party/mksh/ |
D | sh.h | 530 #define mksh_ttyst struct termio
|
/third_party/curl/ |
D | CMakeLists.txt | 1132 check_include_file_concat("termio.h" HAVE_TERMIO_H)
|
/third_party/python/ |
D | pyconfig.h.in | 1217 /* Define to 1 if you have the <sys/termio.h> header file. */
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 4171 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 4169 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 4229 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 4286 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 4313 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 4447 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/powerpc/ |
D | general.rs | 4341 pub struct termio { struct
|
/third_party/rust/crates/linux-raw-sys/src/sparc64/ |
D | general.rs | 4461 pub struct termio { struct
|