Home
last modified time | relevance | path

Searched defs:tios (Results 1 – 25 of 242) sorted by relevance

12345678910

/dports/comms/picocom/picocom-3.1/
H A Dtermios2.c57 tc2setattr(int fd, int optional_actions, const struct termios *tios) in tc2setattr()
90 tc2getattr(int fd, struct termios *tios) in tc2getattr()
127 cf2setispeed(struct termios *tios, speed_t speed) in cf2setispeed()
142 cf2getispeed(struct termios *tios) in cf2getispeed()
151 cf2setospeed_custom(struct termios *tios, int speed) in cf2setospeed_custom()
165 cf2setispeed_custom(struct termios *tios, int speed) in cf2setispeed_custom()
/dports/x11/mrxvt-devel/mrxvt-0.5.4/src/
H A Dinit.h33 # define GET_TERMIOS(fd,tios) tcgetattr (fd, tios) argument
34 # define SET_TERMIOS(fd,tios) \ argument
40 # define GET_TERMIOS(fd,tios) ioctl (fd, TIOCGETA, tios) argument
41 # define SET_TERMIOS(fd,tios) \ argument
45 # define GET_TERMIOS(fd,tios) ioctl (fd, TCGETS, tios) argument
46 # define SET_TERMIOS(fd,tios) \ argument
51 # define SET_TTYMODE(fd,tios) SET_TERMIOS (fd, tios) argument
/dports/x11/mrxvt/mrxvt-0.4.2/src/
H A Dinit.h36 # define GET_TERMIOS(fd,tios) tcgetattr (fd, tios) argument
37 # define SET_TERMIOS(fd,tios) \ argument
43 # define GET_TERMIOS(fd,tios) ioctl (fd, TIOCGETA, tios) argument
44 # define SET_TERMIOS(fd,tios) \ argument
48 # define GET_TERMIOS(fd,tios) ioctl (fd, TCGETS, tios) argument
49 # define SET_TERMIOS(fd,tios) \ argument
54 # define SET_TTYMODE(fd,tios) SET_TERMIOS (fd, tios) argument
/dports/x11/xvt/xvt-3.0.1/src/
H A Dinit.h35 # define GET_TERMIOS(fd,tios) tcgetattr (fd, tios) argument
36 # define SET_TERMIOS(fd,tios) \ argument
42 # define GET_TERMIOS(fd,tios) ioctl (fd, TIOCGETA, tios) argument
43 # define SET_TERMIOS(fd,tios) \ argument
47 # define GET_TERMIOS(fd,tios) ioctl (fd, TCGETS, tios) argument
48 # define SET_TERMIOS(fd,tios) \ argument
53 # define SET_TTYMODE(fd,tios) SET_TERMIOS (fd, tios) argument
/dports/x11-clocks/rclock/rxvt-2.7.10/src/
H A Dinit.h35 # define GET_TERMIOS(fd,tios) tcgetattr (fd, tios) argument
36 # define SET_TERMIOS(fd,tios) \ argument
42 # define GET_TERMIOS(fd,tios) ioctl (fd, TIOCGETA, tios) argument
43 # define SET_TERMIOS(fd,tios) \ argument
47 # define GET_TERMIOS(fd,tios) ioctl (fd, TCGETS, tios) argument
48 # define SET_TERMIOS(fd,tios) \ argument
53 # define SET_TTYMODE(fd,tios) SET_TERMIOS (fd, tios) argument
/dports/chinese/eterm/Eterm-0.9.6/src/
H A Dcommand.h111 # define GET_TERMIOS(fd,tios) tcgetattr(fd, tios) argument
112 # define SET_TERMIOS(fd,tios) do {cfsetospeed(tios, BAUDRATE); cfsetispeed(tios, BAUDRATE); tcseta… argument
115 # define GET_TERMIOS(fd,tios) ioctl(fd, TIOCGETA, tios) argument
116 # define SET_TERMIOS(fd,tios) do {tios->c_cflag |= BAUDRATE; ioctl(fd, TIOCSETA, tios);} while (0) argument
118 # define GET_TERMIOS(fd,tios) ioctl(fd, TCGETS, tios) argument
119 # define SET_TERMIOS(fd,tios) do {tios->c_cflag |= BAUDRATE; ioctl(fd, TCSETS, tios);} while (0) argument
122 # define SET_TTYMODE(fd,tios) SET_TERMIOS(fd, tios) argument
/dports/x11/eterm/Eterm-0.9.6/src/
H A Dcommand.h111 # define GET_TERMIOS(fd,tios) tcgetattr(fd, tios) argument
112 # define SET_TERMIOS(fd,tios) do {cfsetospeed(tios, BAUDRATE); cfsetispeed(tios, BAUDRATE); tcseta… argument
115 # define GET_TERMIOS(fd,tios) ioctl(fd, TIOCGETA, tios) argument
116 # define SET_TERMIOS(fd,tios) do {tios->c_cflag |= BAUDRATE; ioctl(fd, TIOCSETA, tios);} while (0) argument
118 # define GET_TERMIOS(fd,tios) ioctl(fd, TCGETS, tios) argument
119 # define SET_TERMIOS(fd,tios) do {tios->c_cflag |= BAUDRATE; ioctl(fd, TCSETS, tios);} while (0) argument
122 # define SET_TTYMODE(fd,tios) SET_TERMIOS(fd, tios) argument
/dports/japanese/eterm/Eterm-0.9.6/src/
H A Dcommand.h111 # define GET_TERMIOS(fd,tios) tcgetattr(fd, tios) argument
112 # define SET_TERMIOS(fd,tios) do {cfsetospeed(tios, BAUDRATE); cfsetispeed(tios, BAUDRATE); tcseta… argument
115 # define GET_TERMIOS(fd,tios) ioctl(fd, TIOCGETA, tios) argument
116 # define SET_TERMIOS(fd,tios) do {tios->c_cflag |= BAUDRATE; ioctl(fd, TIOCSETA, tios);} while (0) argument
118 # define GET_TERMIOS(fd,tios) ioctl(fd, TCGETS, tios) argument
119 # define SET_TERMIOS(fd,tios) do {tios->c_cflag |= BAUDRATE; ioctl(fd, TCSETS, tios);} while (0) argument
122 # define SET_TTYMODE(fd,tios) SET_TERMIOS(fd, tios) argument
/dports/lang/nqc/nqc-3.1.r6_1/platform/
H A DPSerial_unix.cpp134 termios tios; in SetRaw() local
183 termios tios; in SetSpeed() local
347 bool SetTermiosSpeed(termios &tios, int speed) in SetTermiosSpeed()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/tools/gdb/
H A Dserial.c35 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
37 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/tools/gdb/
H A Dserial.c35 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
37 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/tools/gdb/
H A Dserial.c35 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
37 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/tools/gdb/
H A Dserial.c35 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
37 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-sopine/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/tools/gdb/
H A Dserial.c18 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, { 0 } }; variable
20 static struct termios tios = { BRKINT, 0, B115200|CS8|CREAD, 0, 0 }; variable

12345678910