Home
last modified time | relevance | path

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

/third_party/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.
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.6/
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
/third_party/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
/third_party/boost/tools/boost_install/test/iostreams/bzip2-1.0.8/
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
/third_party/uboot/u-boot-2020.01/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
/third_party/openssl/
Dconfig456 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
468 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
483 (trap "stty `stty -g`; exit 1" 2; stty -icanon min 0 time 50; read waste; exit 0) <&1 || exit
530 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
552 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
569 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
657 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
669 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
677 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
770 (trap "stty `stty -g`; exit 0" 2 0; stty -icanon min 0 time 50; read waste) <&1
[all …]
/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dtest_ioctl28 if command -v stty >/dev/null 2>&1; then
29 stty -F $1 > /dev/null
/third_party/freetype/docs/
Drelease107 stty -echo
109 stty echo
/third_party/skia/third_party/externals/freetype/docs/
Drelease107 stty -echo
109 stty echo
/third_party/flutter/skia/third_party/externals/freetype/docs/
Drelease107 stty -echo
109 stty echo
/third_party/uboot/u-boot-2020.01/board/ti/am65x/
DREADME288 stty -F $MCU_DEV 115200 cs8 -cstopb -parenb
289 stty -F $MAIN_DEV 115200 cs8 -cstopb -parenb
/third_party/ltp/include/lapi/syscalls/
Dpowerpc64.in32 stty 31
Di386.in32 stty 31
Dmips_o32.in32 stty 31
Dpowerpc.in32 stty 31
/third_party/toybox/generated/
Dglobals.h1518 struct stty_data stty; member
Dnewtoys.h240 USE_STTY(NEWTOY(stty, "?aF:g[!ag]", TOYFLAG_BIN))
Dflags.h5577 #define TT this.stty