Searched refs:oldt (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/console-tools/
H A Dshowkey.c16 static void xget1(int fd, struct termios *t, struct termios *oldt) argument
18 tcgetattr(fd, oldt);
19 *t = *oldt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/miscutils/
H A Dmicrocom.c13 static void xget1(int fd, struct termios *t, struct termios *oldt) argument
15 tcgetattr(fd, oldt);
16 *t = *oldt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/console-tools/
H A Dshowkey.c16 static void xget1(int fd, struct termios *t, struct termios *oldt) argument
18 tcgetattr(fd, oldt);
19 *t = *oldt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/miscutils/
H A Dmicrocom.c13 static void xget1(int fd, struct termios *t, struct termios *oldt) argument
15 tcgetattr(fd, oldt);
16 *t = *oldt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/console-tools/
H A Dshowkey.c16 static void xget1(int fd, struct termios *t, struct termios *oldt) argument
18 tcgetattr(fd, oldt);
19 *t = *oldt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/miscutils/
H A Dmicrocom.c13 static void xget1(int fd, struct termios *t, struct termios *oldt) argument
15 tcgetattr(fd, oldt);
16 *t = *oldt;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/phddns/src/
H A Dphruncall.c812 struct termios oldt, newt; local
813 tcgetattr(STDIN_FILENO, &oldt);
814 newt = oldt;
818 tcsetattr(STDIN_FILENO, TCSANOW, &oldt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/phddns/src/
H A Dphruncall.c812 struct termios oldt, newt; local
813 tcgetattr(STDIN_FILENO, &oldt);
814 newt = oldt;
818 tcsetattr(STDIN_FILENO, TCSANOW, &oldt);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/phddns/src/
H A Dphruncall.c812 struct termios oldt, newt; local
813 tcgetattr(STDIN_FILENO, &oldt);
814 newt = oldt;
818 tcsetattr(STDIN_FILENO, TCSANOW, &oldt);

Completed in 164 milliseconds