Home
last modified time | relevance | path

Searched refs:VEOF (Results 1 – 25 of 78) sorted by relevance

1234

/third_party/musl/libc-test/src/functionalext/supplement/manual/termios/
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/arch/generic/bits/
Dtermios.h16 #define VEOF 4 macro
/third_party/musl/arch/mips/bits/
Dtermios.h28 #define VEOF 16 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
Dtermios.h16 #define VEOF 4 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dtermios.h16 #define VEOF 4 macro
/third_party/musl/arch/powerpc64/bits/
Dtermios.h18 #define VEOF 4 macro
/third_party/musl/arch/mips64/bits/
Dtermios.h28 #define VEOF 16 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dtermios.h16 #define VEOF 4 macro
/third_party/musl/arch/mipsn32/bits/
Dtermios.h28 #define VEOF 16 macro
/third_party/musl/arch/powerpc/bits/
Dtermios.h18 #define VEOF 4 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
Dtypes.rs86 pub const VEOF: usize = linux_raw_sys::general::VEOF as usize; constant
/third_party/musl/libc-test/src/api/
Dtermios.c20 C(VEOF) in f()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
Dminimal-raw-file.c107 tio.c_cc[VEOF] = 1; in callback_raw_test()
/third_party/toybox/toys/pending/
Dstty.c79 { "eof", VEOF }, { "eol", VEOL }, { "eol2", VEOL2 }, { "swtch", VSWTC },
297 t->c_cc[VEOF] = 0x4; in make_sane()
Dgetty.c165 TT.termios.c_cc[VEOF] = CTL('D'); in termios_init()
Dinit.c78 terminal.c_cc[VEOF] = 4; //ctrl-d in reset_term()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
Dmod.rs185 pub const VEOF: usize = 16; constant
/third_party/rust/crates/rustix/src/backend/libc/termios/
Dtypes.rs86 pub const VEOF: usize = c::VEOF as usize; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs555 VEOF,
609 pub const VMIN: SpecialCharacterIndices = SpecialCharacterIndices::VEOF;
/third_party/rust/crates/rustix/examples/
Dstdio.rs451 key(term.c_cc[VEOF]), in show()
/third_party/python/Modules/
Dtermios.c598 {"VEOF", VEOF},
/third_party/rust/crates/libc/libc-test/semver/
Dunix.txt400 VEOF
/third_party/rust/crates/rustix/src/termios/
Dmod.rs777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,

1234