Home
last modified time | relevance | path

Searched refs:termio (Results 1 – 22 of 22) sorted by relevance

/external/ltp/testcases/kernel/syscalls/ioctl/
Dioctl02.c76 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 …]
Dioctl01.c71 static struct termio termio; variable
76 struct termio *s_tio;
81 &bfd, TCGETA, &termio, EBADF},
84 &fd, TCGETA, (struct termio *)-1, EFAULT},
90 &fd, INVAL_IOCTL, &termio, ENOTTY},
93 &fd1, TCGETA, &termio, ENOTTY},
/external/toybox/lib/
Dinterestingtimes.c85 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/
Dptem01.c58 struct termio termio; in test1() local
103 if (ioctl(slavefd, TCGETA, &termio) != 0) { in test1()
107 if (ioctl(slavefd, TCSETA, &termio) != 0) { in test1()
111 if (ioctl(slavefd, TCSETAW, &termio) != 0) { in test1()
115 if (ioctl(slavefd, TCSETAF, &termio) != 0) { in test1()
/external/kernel-headers/original/uapi/asm-generic/
Dtermios.h22 struct termio { struct
/external/kernel-headers/original/uapi/asm-mips/asm/
Dtermios.h53 struct termio { struct
/external/curl/src/
Dtool_getpass.c179 # define struct_term struct termio
/external/strace/
Dterm.c77 struct termio tio; in decode_termio()
/external/libpng/contrib/gregbook/
Drpng-win.c100 struct termio old_tty, new_tty; in repl_getch()
Drpng2-win.c113 struct termio old_tty, new_tty; in repl_getch()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.cc425 unsigned struct_termio_sz = sizeof(struct termio);
/external/valgrind/include/vki/
Dvki-solaris.h1311 #define vki_termio termio
/external/e2fsprogs/lib/
Dconfig.h.in545 /* Define to 1 if you have the <termio.h> header file. */
/external/curl/lib/
Dcurl_config.h.cmake689 /* Define to 1 if you have the <termio.h> header file. */
/external/mksh/src/
Dsh.h481 #define mksh_ttyst struct termio
/external/curl/
DCMakeLists.txt648 check_include_file_concat("termio.h" HAVE_TERMIO_H)
Dconfigure.ac3087 termio.h \
/external/e2fsprogs/
Dconfigure.ac915 termio.h
Dconfigure12371 …emaphore.h setjmp.h signal.h stdarg.h stdint.h stdlib.h termios.h termio.h unistd.h utime…
/external/python/cpython2/
Dpyconfig.h.in799 /* Define to 1 if you have the <sys/termio.h> header file. */
Dconfigure.ac1706 sys/termio.h sys/time.h \
Dconfigure7058 sys/termio.h sys/time.h \