Home
last modified time | relevance | path

Searched defs:termios (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/arch/powerpc/bits/
Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/mips/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/powerpc64/bits/
Dtermios.h3 struct termios { struct
4 tcflag_t c_iflag;
5 tcflag_t c_oflag;
6 tcflag_t c_cflag;
7 tcflag_t c_lflag;
8 cc_t c_cc[NCCS];
9 cc_t c_line;
10 speed_t __c_ispeed;
11 speed_t __c_ospeed;
/third_party/musl/arch/mips64/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/mipsn32/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/musl/arch/generic/bits/
Dtermios.h1 struct termios { struct
2 tcflag_t c_iflag;
3 tcflag_t c_oflag;
4 tcflag_t c_cflag;
5 tcflag_t c_lflag;
6 cc_t c_line;
7 cc_t c_cc[NCCS];
8 speed_t __c_ispeed;
9 speed_t __c_ospeed;
/third_party/ltp/testcases/kernel/pty/
Dptem01.c57 struct termios termios; in test1() local
383 struct termios termios; in test6() local
/third_party/python/Lib/test/
Dtest_ioctl.py7 termios = import_module('termios') variable
Dtest_getpass.py11 termios = None variable
/third_party/node/src/
Dnode.cc573 struct termios termios; member
/third_party/e2fsprogs/e2fsck/
Dutil.c202 struct termios termios, tmp; in ask_yn() local
/third_party/toybox/generated/
Dglobals.h650 struct termios termios; member