HomeSort by relevance Sort by last modified time
    Searched refs:termio (Results 1 - 25 of 37) sorted by null

1 2

  /external/ltp/testcases/kernel/syscalls/ioctl/
ioctl02.c 60 #include <termio.h>
77 static struct termio termio, save_io; variable in typeref:struct:termio
220 * run_ptest() - setup the various termio structure values and issue
228 termio.c_line = 0;
231 termio.c_cflag = B50 | CS7 | CREAD | PARENB | PARODD | CLOCAL;
237 termio.c_cc[i] = CSTART;
241 termio.c_lflag =
245 termio.c_iflag =
250 termio.c_oflag = OPOST | OLCUC | ONLCR | ONOCR
    [all...]
ioctl01.c 32 * 5. EFAULT: Pass a NULL address for termio
55 #include <termio.h>
72 static struct termio termio; variable in typeref:struct:termio
77 struct termio *s_tio;
82 &bfd, TCGETA, &termio, EBADF},
83 /* termio address is invalid */
85 &fd, TCGETA, (struct termio *)-1, EFAULT},
91 &fd, INVAL_IOCTL, &termio, ENOTTY},
94 &fd1, TCGETA, &termio, ENOTTY}
    [all...]
  /external/toybox/lib/
interestingtimes.c 85 struct termios termio; local
88 if (!tcgetattr(fd, &termio) && old) *old = termio;
95 termio.c_iflag = IXANY|ICRNL|INLCR;
96 if (toys.which->flags & TOYFLAG_LOCALE) termio.c_iflag |= IUTF8;
99 termio.c_oflag = ONLCR|OPOST;
102 // termio.c_cflag = C_READ|CS8|EXTB;
109 termio.c_lflag = ISIG|ICANON|ECHO|ECHOE|ECHOK|ECHOCTL|ECHOKE|IEXTEN;
111 if (raw) cfmakeraw(&termio);
113 return tcsetattr(fd, TCSANOW, &termio);
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
termios.h 30 struct termio { struct
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 23 struct termio { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 22 struct termio { struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 37 struct termio struct
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 37 struct termio struct
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 54 struct termio { struct
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 54 struct termio { struct
  /external/ltp/testcases/kernel/pty/
ptem01.c 27 #include <termio.h>
53 * test termio/termios ioctls
59 struct termio termio; local
101 if (ioctl(slavefd, TCGETA, &termio) != 0) {
105 if (ioctl(slavefd, TCSETA, &termio) != 0) {
109 if (ioctl(slavefd, TCSETAW, &termio) != 0) {
113 if (ioctl(slavefd, TCSETAF, &termio) != 0) {
pty01.c 35 #include <termio.h>
  /external/curl/src/
tool_getpass.c 34 # include <termio.h>
179 # define struct_term struct termio
  /external/strace/
term.c 75 struct termio tio;
179 /* struct termio */
  /external/libpng/contrib/gregbook/
rpng-win.c 95 #include <termio.h>
101 struct termio old_tty, new_tty;
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.h 73 #include <termio.h>
  /external/e2fsprogs/misc/
blkid.c 21 #include <termio.h>
  /external/python/cpython3/Include/
pyport.h 519 /* On QNX 6, struct termio must be declared by including sys/termio.h
520 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
523 #include <sys/termio.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
pyport.h 636 /* On QNX 6, struct termio must be declared by including sys/termio.h
637 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
640 #include <sys/termio.h>
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pyport.h 659 /* On QNX 6, struct termio must be declared by including sys/termio.h
660 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
663 #include <sys/termio.h>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
pyport.h 675 /* On QNX 6, struct termio must be declared by including sys/termio.h
676 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
679 #include <sys/termio.h>
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pyport.h 636 /* On QNX 6, struct termio must be declared by including sys/termio.h
637 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
640 #include <sys/termio.h>
  /external/python/cpython2/Include/
pyport.h 659 /* On QNX 6, struct termio must be declared by including sys/termio.h
660 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
663 #include <sys/termio.h>
  /external/python/cpython2/Modules/
termios.c 15 /* On OSF, sys/ioctl.h requires that struct termio already be defined,
17 #include <termio.h>
  /prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h 663 /* On QNX 6, struct termio must be declared by including sys/termio.h
664 if TCGETA, TCSETA, TCSETAW, or TCSETAF are used. sys/termio.h must
667 #include <sys/termio.h>
    [all...]

Completed in 275 milliseconds

1 2