Home
last modified time | relevance | path

Searched refs:stty (Results 1 – 25 of 36) sorted by relevance

12

/external/toybox/scripts/
Dminicom.sh14 stty $SPEED -F "$1"
15 stty raw -echo -ctlecho -F "$1"
16 stty raw -echo # Need to do it on stdin, too.
18 stty cooked echo # Put stdin back.
/external/jline/src/src/main/java/jline/
DUnixTerminal.java71 ttyConfig = stty("-g"); in initializeTerminal()
83 stty("-icanon min 1"); in initializeTerminal()
86 stty("-echo"); in initializeTerminal()
113 stty(ttyConfig); in restoreTerminal()
237 ttyProps = stty("-a"); in getTerminalProperty()
266 protected static String stty(final String args) in stty() method in UnixTerminal
348 stty("echo"); in enableEcho()
357 stty("-echo"); in disableEcho()
/external/bzip2/
Dbzmore20 oldtty=`stty -g 2>/dev/null`
21 if stty -cbreak 2>/dev/null; then
45 stty $cb -echo 2>/dev/null
47 stty $ncb echo 2>/dev/null
/external/u-boot/tools/
Dmrvl_uart.sh24 tools=( dd stty sx minicom )
97 stty -F $port raw ignbrk time 5 $default_baudrate
110 stty -F $port raw ignbrk time 5 $fast_baudrate
115 stty -F $port raw ignbrk time 5 $default_baudrate
Djtagconsole37 stty -icanon -echo -opost intr ^T
Dnetconsole44 stty -icanon -echo intr ^T
/external/ltp/testcases/kernel/syscalls/ioctl/
Dtest_ioctl28 if command -v stty >/dev/null 2>&1; then
29 stty -F $1 > /dev/null
/external/freetype/docs/
Drelease107 stty -echo
109 stty echo
/external/ltp/include/lapi/syscalls/
Di386.in32 stty 31
Dpowerpc.in32 stty 31
Dpowerpc64.in32 stty 31
Dsh.in32 stty 31
/external/toybox/
DAndroid.bp165 "toys/pending/stty.c",
394 "stty",
/external/vboot_reference/scripts/image_signing/lib/shflags/
Dshflags460 if eval stty size >/dev/null 2>&1; then
461 # stty size worked :-)
462 set -- `stty size`
/external/shflags/lib/
Dshflags502 if eval stty size >/dev/null 2>&1; then
503 # stty size worked :-)
504 set -- `stty size`
/external/shflags/src/
Dshflags501 if eval stty size >/dev/null 2>&1; then
502 # stty size worked :-)
503 set -- `stty size`
/external/strace/linux/powerpc/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/bfin/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/microblaze/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/mips/
Dsyscallent-o32.h35 [4031] = { 0, 0, SEN(stty), "stty" },
/external/strace/linux/sh/
Dsyscallent.h63 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/i386/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/m68k/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/powerpc64/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },
/external/strace/linux/sh64/
Dsyscallent.h61 [ 31] = { 2, 0, SEN(stty), "stty" },

12