Home
last modified time | relevance | path

Searched refs:tcflag_t (Results 1 – 25 of 50) sorted by relevance

12

/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs295 pub const IEXTEN: ::tcflag_t = 0x00000100;
296 pub const TOSTOP: ::tcflag_t = 0x00008000;
297 pub const FLUSHO: ::tcflag_t = 0x00002000;
298 pub const IUTF8: ::tcflag_t = 0x00004000;
394 pub const CBAUD: ::tcflag_t = 0o0010017;
395 pub const TAB1: ::tcflag_t = 0x00000800;
396 pub const TAB2: ::tcflag_t = 0x00001000;
397 pub const TAB3: ::tcflag_t = 0x00001800;
398 pub const CR1: ::tcflag_t = 0x00000200;
399 pub const CR2: ::tcflag_t = 0x00000400;
[all …]
/external/kernel-headers/original/uapi/asm-generic/
Dtermbits.h9 typedef unsigned int tcflag_t; typedef
13 tcflag_t c_iflag; /* input mode flags */
14 tcflag_t c_oflag; /* output mode flags */
15 tcflag_t c_cflag; /* control mode flags */
16 tcflag_t c_lflag; /* local mode flags */
22 tcflag_t c_iflag; /* input mode flags */
23 tcflag_t c_oflag; /* output mode flags */
24 tcflag_t c_cflag; /* control mode flags */
25 tcflag_t c_lflag; /* local mode flags */
33 tcflag_t c_iflag; /* input mode flags */
[all …]
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs361 pub const IGNBRK: ::tcflag_t = 0x00000001;
362 pub const BRKINT: ::tcflag_t = 0x00000002;
363 pub const IGNPAR: ::tcflag_t = 0x00000004;
364 pub const PARMRK: ::tcflag_t = 0x00000008;
365 pub const INPCK: ::tcflag_t = 0x00000010;
366 pub const ISTRIP: ::tcflag_t = 0x00000020;
367 pub const INLCR: ::tcflag_t = 0x00000040;
368 pub const IGNCR: ::tcflag_t = 0x00000080;
369 pub const ICRNL: ::tcflag_t = 0x00000100;
370 pub const IXON: ::tcflag_t = 0x00000200;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/arm/
Dmod.rs145 pub c_iflag: ::tcflag_t,
146 pub c_oflag: ::tcflag_t,
147 pub c_cflag: ::tcflag_t,
148 pub c_lflag: ::tcflag_t,
376 pub const CBAUD: ::tcflag_t = 0o0010017;
377 pub const TAB1: ::tcflag_t = 0x00000800;
378 pub const TAB2: ::tcflag_t = 0x00001000;
379 pub const TAB3: ::tcflag_t = 0x00001800;
380 pub const CR1: ::tcflag_t = 0x00000200;
381 pub const CR2: ::tcflag_t = 0x00000400;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dmod.rs176 pub c_iflag: ::tcflag_t,
177 pub c_oflag: ::tcflag_t,
178 pub c_cflag: ::tcflag_t,
179 pub c_lflag: ::tcflag_t,
545 pub const CBAUD: ::tcflag_t = 0o0010017;
546 pub const TAB1: ::tcflag_t = 0x00000800;
547 pub const TAB2: ::tcflag_t = 0x00001000;
548 pub const TAB3: ::tcflag_t = 0x00001800;
549 pub const CR1: ::tcflag_t = 0x00000200;
550 pub const CR2: ::tcflag_t = 0x00000400;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs263 pub c_iflag: ::tcflag_t,
264 pub c_oflag: ::tcflag_t,
265 pub c_cflag: ::tcflag_t,
266 pub c_lflag: ::tcflag_t,
726 pub const CBAUD: ::tcflag_t = 0o0010017;
727 pub const TAB1: ::tcflag_t = 0x00000800;
728 pub const TAB2: ::tcflag_t = 0x00001000;
729 pub const TAB3: ::tcflag_t = 0x00001800;
730 pub const CR1: ::tcflag_t = 0x00000200;
731 pub const CR2: ::tcflag_t = 0x00000400;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/mips/
Dmod.rs158 pub c_iflag: ::tcflag_t,
159 pub c_oflag: ::tcflag_t,
160 pub c_cflag: ::tcflag_t,
161 pub c_lflag: ::tcflag_t,
738 pub const IEXTEN: ::tcflag_t = 0x00000100;
739 pub const TOSTOP: ::tcflag_t = 0x00008000;
740 pub const FLUSHO: ::tcflag_t = 0x00002000;
741 pub const EXTPROC: ::tcflag_t = 0o200000;
800 pub const CBAUD: ::tcflag_t = 0o0010017;
801 pub const TAB1: ::tcflag_t = 0x00000800;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/
Dmips64.rs628 pub const IEXTEN: ::tcflag_t = 0x00000100;
629 pub const TOSTOP: ::tcflag_t = 0x00008000;
630 pub const FLUSHO: ::tcflag_t = 0x00002000;
631 pub const EXTPROC: ::tcflag_t = 0o200000;
674 pub const CBAUD: ::tcflag_t = 0o0010017;
675 pub const TAB1: ::tcflag_t = 0x00000800;
676 pub const TAB2: ::tcflag_t = 0x00001000;
677 pub const TAB3: ::tcflag_t = 0x00001800;
678 pub const CR1: ::tcflag_t = 0x00000200;
679 pub const CR2: ::tcflag_t = 0x00000400;
[all …]
Dpowerpc64.rs612 pub const EXTPROC: ::tcflag_t = 0x10000000;
616 pub const IEXTEN: ::tcflag_t = 0x00000400;
617 pub const TOSTOP: ::tcflag_t = 0x00400000;
618 pub const FLUSHO: ::tcflag_t = 0x00800000;
667 pub const CBAUD: ::tcflag_t = 0xff;
684 pub const IXON: ::tcflag_t = 0x00000200;
685 pub const IXOFF: ::tcflag_t = 0x00000400;
686 pub const ONLCR: ::tcflag_t = 0x2;
687 pub const CSIZE: ::tcflag_t = 0x00000300;
689 pub const CS6: ::tcflag_t = 0x00000100;
[all …]
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs5 pub type tcflag_t = ::c_uint; typedef
162 pub c_iflag: ::tcflag_t,
163 pub c_oflag: ::tcflag_t,
164 pub c_cflag: ::tcflag_t,
165 pub c_lflag: ::tcflag_t,
1061 pub const IGNBRK: ::tcflag_t = 0x01;
1062 pub const BRKINT: ::tcflag_t = 0x02;
1063 pub const IGNPAR: ::tcflag_t = 0x04;
1064 pub const PARMRK: ::tcflag_t = 0x08;
1065 pub const INPCK: ::tcflag_t = 0x10;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
Dmod.rs515 pub const CBAUD: ::tcflag_t = 0o0010017;
532 pub const IXON: ::tcflag_t = 0x00000400;
533 pub const IXOFF: ::tcflag_t = 0x00001000;
534 pub const ONLCR: ::tcflag_t = 0x4;
535 pub const CSIZE: ::tcflag_t = 0x00000030;
536 pub const CS6: ::tcflag_t = 0x00000010;
537 pub const CS7: ::tcflag_t = 0x00000020;
538 pub const CS8: ::tcflag_t = 0x00000030;
539 pub const CSTOPB: ::tcflag_t = 0x00000040;
540 pub const CREAD: ::tcflag_t = 0x00000080;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/mips64/
Dmod.rs188 pub c_iflag: ::tcflag_t,
189 pub c_oflag: ::tcflag_t,
190 pub c_cflag: ::tcflag_t,
191 pub c_lflag: ::tcflag_t,
834 pub const IEXTEN: ::tcflag_t = 0x00000100;
835 pub const TOSTOP: ::tcflag_t = 0x00008000;
836 pub const FLUSHO: ::tcflag_t = 0x00002000;
837 pub const EXTPROC: ::tcflag_t = 0o200000;
904 pub const CBAUD: ::tcflag_t = 0o0010017;
905 pub const TAB1: ::tcflag_t = 0x00000800;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/sparc64/
Dmod.rs198 pub c_iflag: ::tcflag_t,
199 pub c_oflag: ::tcflag_t,
200 pub c_cflag: ::tcflag_t,
201 pub c_lflag: ::tcflag_t,
517 pub const CBAUD: ::tcflag_t = 0x0000100f;
518 pub const TAB1: ::tcflag_t = 0x800;
519 pub const TAB2: ::tcflag_t = 0x1000;
520 pub const TAB3: ::tcflag_t = 0x1800;
521 pub const CR1: ::tcflag_t = 0x200;
522 pub const CR2: ::tcflag_t = 0x400;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/sparc/
Dmod.rs196 pub c_iflag: ::tcflag_t,
197 pub c_oflag: ::tcflag_t,
198 pub c_cflag: ::tcflag_t,
199 pub c_lflag: ::tcflag_t,
489 pub const CBAUD: ::tcflag_t = 0x0000100f;
490 pub const TAB1: ::tcflag_t = 0x800;
491 pub const TAB2: ::tcflag_t = 0x1000;
492 pub const TAB3: ::tcflag_t = 0x1800;
493 pub const CR1: ::tcflag_t = 0x200;
494 pub const CR2: ::tcflag_t = 0x400;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs476 pub const CBAUD: ::tcflag_t = 4111;
477 pub const TAB1: ::tcflag_t = 2048;
478 pub const TAB2: ::tcflag_t = 4096;
479 pub const TAB3: ::tcflag_t = 6144;
480 pub const CR1: ::tcflag_t = 512;
481 pub const CR2: ::tcflag_t = 1024;
482 pub const CR3: ::tcflag_t = 1536;
483 pub const FF1: ::tcflag_t = 32768;
484 pub const BS1: ::tcflag_t = 8192;
485 pub const VT1: ::tcflag_t = 16384;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dpowerpc.rs390 pub const CBAUD: ::tcflag_t = 0xff;
391 pub const TAB1: ::tcflag_t = 0x400;
392 pub const TAB2: ::tcflag_t = 0x800;
393 pub const TAB3: ::tcflag_t = 0xc00;
394 pub const CR1: ::tcflag_t = 0x1000;
395 pub const CR2: ::tcflag_t = 0x2000;
396 pub const CR3: ::tcflag_t = 0x3000;
397 pub const FF1: ::tcflag_t = 0x4000;
398 pub const BS1: ::tcflag_t = 0x8000;
399 pub const VT1: ::tcflag_t = 0x10000;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
Ds390x.rs157 pub c_iflag: ::tcflag_t,
158 pub c_oflag: ::tcflag_t,
159 pub c_cflag: ::tcflag_t,
160 pub c_lflag: ::tcflag_t,
522 pub const IEXTEN: ::tcflag_t = 0x00008000;
523 pub const TOSTOP: ::tcflag_t = 0x00000100;
524 pub const FLUSHO: ::tcflag_t = 0x00001000;
526 pub const EXTPROC: ::tcflag_t = 0x00010000;
597 pub const OLCUC: ::tcflag_t = 0o000002;
598 pub const ONLCR: ::tcflag_t = 0o000004;
[all …]
/external/rust/crates/libc/src/unix/redox/
Dmod.rs36 pub type tcflag_t = u32; typedef
215 pub c_iflag: ::tcflag_t,
216 pub c_oflag: ::tcflag_t,
217 pub c_cflag: ::tcflag_t,
218 pub c_lflag: ::tcflag_t,
636 pub const IGNBRK: ::tcflag_t = 0o000_001;
637 pub const BRKINT: ::tcflag_t = 0o000_002;
638 pub const IGNPAR: ::tcflag_t = 0o000_004;
639 pub const PARMRK: ::tcflag_t = 0o000_010;
640 pub const INPCK: ::tcflag_t = 0o000_020;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
Dmod.rs219 pub c_iflag: ::tcflag_t,
220 pub c_oflag: ::tcflag_t,
221 pub c_cflag: ::tcflag_t,
222 pub c_lflag: ::tcflag_t,
582 pub const CBAUD: ::tcflag_t = 0o0010017;
583 pub const TAB1: ::tcflag_t = 0x00000800;
584 pub const TAB2: ::tcflag_t = 0x00001000;
585 pub const TAB3: ::tcflag_t = 0x00001800;
586 pub const CR1: ::tcflag_t = 0x00000200;
587 pub const CR2: ::tcflag_t = 0x00000400;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/powerpc64/
Dmod.rs561 pub const CBAUD: ::tcflag_t = 0xff;
562 pub const TAB1: ::tcflag_t = 0x400;
563 pub const TAB2: ::tcflag_t = 0x800;
564 pub const TAB3: ::tcflag_t = 0xc00;
565 pub const CR1: ::tcflag_t = 0x1000;
566 pub const CR2: ::tcflag_t = 0x2000;
567 pub const CR3: ::tcflag_t = 0x3000;
568 pub const FF1: ::tcflag_t = 0x4000;
569 pub const BS1: ::tcflag_t = 0x8000;
570 pub const VT1: ::tcflag_t = 0x10000;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/mips/
Dmod.rs188 pub const CBAUD: ::tcflag_t = 0o0010017;
205 pub const IXON: ::tcflag_t = 0x00000400;
206 pub const IXOFF: ::tcflag_t = 0x00001000;
207 pub const ONLCR: ::tcflag_t = 0x4;
208 pub const CSIZE: ::tcflag_t = 0x00000030;
209 pub const CS6: ::tcflag_t = 0x00000010;
210 pub const CS7: ::tcflag_t = 0x00000020;
211 pub const CS8: ::tcflag_t = 0x00000030;
212 pub const CSTOPB: ::tcflag_t = 0x00000040;
213 pub const CREAD: ::tcflag_t = 0x00000080;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
Dpowerpc.rs181 pub const CBAUD: ::tcflag_t = 0o0000377;
198 pub const IXON: ::tcflag_t = 0x00000200;
199 pub const IXOFF: ::tcflag_t = 0x00000400;
200 pub const ONLCR: ::tcflag_t = 0x00000002;
201 pub const CSIZE: ::tcflag_t = 0x00000300;
202 pub const CS6: ::tcflag_t = 0x00000100;
203 pub const CS7: ::tcflag_t = 0x00000200;
204 pub const CS8: ::tcflag_t = 0x00000300;
205 pub const CSTOPB: ::tcflag_t = 0x00000400;
206 pub const CREAD: ::tcflag_t = 0x00000800;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/arm/
Dmod.rs178 pub const CBAUD: ::tcflag_t = 0o0010017;
195 pub const IXON: ::tcflag_t = 0x00000400;
196 pub const IXOFF: ::tcflag_t = 0x00001000;
197 pub const ONLCR: ::tcflag_t = 0x4;
198 pub const CSIZE: ::tcflag_t = 0x00000030;
199 pub const CS6: ::tcflag_t = 0x00000010;
200 pub const CS7: ::tcflag_t = 0x00000020;
201 pub const CS8: ::tcflag_t = 0x00000030;
202 pub const CSTOPB: ::tcflag_t = 0x00000040;
203 pub const CREAD: ::tcflag_t = 0x00000080;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b32/x86/
Dmod.rs238 pub const CBAUD: ::tcflag_t = 0o0010017;
255 pub const IXON: ::tcflag_t = 0x00000400;
256 pub const IXOFF: ::tcflag_t = 0x00001000;
257 pub const ONLCR: ::tcflag_t = 0x4;
258 pub const CSIZE: ::tcflag_t = 0x00000030;
259 pub const CS6: ::tcflag_t = 0x00000010;
260 pub const CS7: ::tcflag_t = 0x00000020;
261 pub const CS8: ::tcflag_t = 0x00000030;
262 pub const CSTOPB: ::tcflag_t = 0x00000040;
263 pub const CREAD: ::tcflag_t = 0x00000080;
[all …]
/external/rust/crates/libc/src/unix/linux_like/linux/musl/b64/x86_64/
Dmod.rs824 pub const CBAUD: ::tcflag_t = 0o0010017;
841 pub const IXON: ::tcflag_t = 0x00000400;
842 pub const IXOFF: ::tcflag_t = 0x00001000;
843 pub const ONLCR: ::tcflag_t = 0x4;
844 pub const CSIZE: ::tcflag_t = 0x00000030;
845 pub const CS6: ::tcflag_t = 0x00000010;
846 pub const CS7: ::tcflag_t = 0x00000020;
847 pub const CS8: ::tcflag_t = 0x00000030;
848 pub const CSTOPB: ::tcflag_t = 0x00000040;
849 pub const CREAD: ::tcflag_t = 0x00000080;
[all …]

12