Home
last modified time | relevance | path

Searched refs:CRTSCTS (Results 1 - 25 of 48) sorted by relevance

12

/third_party/cups-filters/backend/
H A Dserial.c34 #ifndef CRTSCTS
36 # define CRTSCTS CNEW_RTSCTS macro
38 # define CRTSCTS 0 macro
40 #endif /* !CRTSCTS */
425 opts.c_cflag &= ~CRTSCTS; in main()
430 opts.c_cflag &= ~CRTSCTS; in main()
436 opts.c_cflag |= CRTSCTS; in main()
441 opts.c_cflag &= ~CRTSCTS; in main()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h155 #define CRTSCTS 020000000000 macro
/third_party/toybox/toys/pending/
H A Dgetty.c153 #ifdef CRTSCTS in termios_init()
154 if (toys.optflags & FLAG_h) TT.termios.c_cflag |= CRTSCTS; in termios_init()
H A Dinit.c84 terminal.c_cflag &= CRTSCTS|PARODD|PARENB|CSTOPB|CSIZE|CBAUDEX|CBAUD; in reset_term()
H A Dstty.c89 { "cread", CREAD }, { "clocal", CLOCAL }, { "crtscts", CRTSCTS },
/third_party/musl/arch/mips/bits/
H A Dtermios.h157 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h159 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h157 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h157 #define CRTSCTS 020000000000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h159 #define CRTSCTS 020000000000 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c114 | CRTSCTS in callback_raw_test()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs435 /// `CRTSCTS`
436 pub const CRTSCTS: c::c_uint = linux_raw_sys::general::CRTSCTS; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/
H A Dmod.rs612 pub const CRTSCTS: ::tcflag_t = 0x00010000; consts
613 pub const CRTS_IFLOW: ::tcflag_t = CRTSCTS;
614 pub const CCTS_OFLOW: ::tcflag_t = CRTSCTS;
/third_party/python/Modules/
H A Dtermios.c770 #ifdef CRTSCTS
771 {"CRTSCTS", (long)CRTSCTS},
/third_party/backends/backend/
H A Ddc210.c374 /* OS/2 doesn't have CRTSCTS - will this work for them? */ in init_dc210()
375 # ifdef CRTSCTS in init_dc210()
376 tty_new.c_cflag &= ~CRTSCTS; in init_dc210()
H A Ddc240.c419 /* OS/2 doesn't have CRTSCTS - will this work for them? */ in init_dc240()
420 # ifdef CRTSCTS in init_dc240()
421 tty_new.c_cflag &= ~CRTSCTS; in init_dc240()
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs996 /// `CRTSCTS`
998 pub const CRTSCTS: c::c_uint = c::CRTSCTS; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs378 if (term.c_cflag & CRTSCTS) != 0 { in show()
379 print!(" CRTSCTS"); in show()
/third_party/rust/crates/rustix/src/termios/
H A Dmod.rs346 pub use constants::CRTSCTS;
H A Dconstants.rs305 pub use backend::termios::types::CRTSCTS;

Completed in 21 milliseconds

12