Home
last modified time | relevance | path

Searched refs:VEOF (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/
H A Dtcsetattr.c31 tio.c_cc[VEOF] = veof; in tcsetattr_0100()
42 if (tio.c_cc[VEOF] != veof) { in tcsetattr_0100()
43 t_error("%s failed: tio.c_cc[%d] = %#x\n", __func__, VEOF, tio.c_cc[VEOF]); in tcsetattr_0100()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h16 #define VEOF 4 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h16 #define VEOF 4 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h28 #define VEOF 16 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h18 #define VEOF 4 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h28 #define VEOF 16 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h28 #define VEOF 16 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h18 #define VEOF 4 macro
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c107 tio.c_cc[VEOF] = 1; in callback_raw_test()
/third_party/musl/libc-test/src/api/
H A Dtermios.c20 C(VEOF) in f()
/third_party/toybox/toys/pending/
H A Dstty.c79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC },
297 t->c_cc[VEOF] = 0x4; in make_sane()
H A Dgetty.c165 TT.termios.c_cc[VEOF] = CTL('D'); in termios_init()
H A Dinit.c78 terminal.c_cc[VEOF] = 4; //ctrl-d in reset_term()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs85 /// `VEOF`
86 pub const VEOF: usize = linux_raw_sys::general::VEOF as usize; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs185 pub const VEOF: usize = 16; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs85 /// `VEOF`
86 pub const VEOF: usize = c::VEOF as usize; consts
/third_party/rust/crates/rustix/examples/
H A Dstdio.rs451 key(term.c_cc[VEOF]), in show()
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs26 //! # use self::nix::sys::termios::SpecialCharacterIndices::VEOF;
29 //! termios.control_chars[VEOF as usize] = _POSIX_VDISABLE;
555 VEOF,
609 pub const VMIN: SpecialCharacterIndices = SpecialCharacterIndices::VEOF;
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dhexagon.rs670 pub const VEOF: ::c_int = 4; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs257 pub const VEOF: usize = 4; consts
/third_party/python/Modules/
H A Dtermios.c814 {"VEOF", VEOF},

Completed in 19 milliseconds

1234