Home
last modified time | relevance | path

Searched refs:_POSIX_VDISABLE (Results 1 - 20 of 20) sorted by relevance

/third_party/toybox/toys/pending/
H A Dstty.c269 if (!strcmp(arg, "^-") || !strcmp(arg, "undef")) ch = _POSIX_VDISABLE; in set_special_character()
426 } else if (ch == _POSIX_VDISABLE) { in do_stty()
/third_party/musl/porting/liteos_a/user/include/
H A Dunistd.h255 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dunistd.h231 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/linux/user/include/
H A Dunistd.h258 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dunistd.h255 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dunistd.h231 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dunistd.h237 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dunistd.h231 #define _POSIX_VDISABLE 0 macro
/third_party/musl/include/
H A Dunistd.h297 #define _POSIX_VDISABLE 0 macro
/third_party/mksh/
H A Dmain.c2046 #if defined(VLNEXT) && defined(_POSIX_VDISABLE) in x_mkraw()
2048 cb.c_cc[VLNEXT] = _POSIX_VDISABLE; in x_mkraw()
2051 #if defined(VDISCARD) && defined(_POSIX_VDISABLE) in x_mkraw()
2052 cb.c_cc[VDISCARD] = _POSIX_VDISABLE; in x_mkraw()
H A Dedit.c62 #ifndef _POSIX_VDISABLE
65 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \
/third_party/musl/libc-test/src/api/
H A Dunistd.c243 C(_POSIX_VDISABLE) in f()
/third_party/rust/crates/libc/src/unix/bsd/
H A Dmod.rs392 pub const _POSIX_VDISABLE: ::cc_t = 0xff; consts
/third_party/rust/crates/nix/src/sys/
H A Dtermios.rs27 //! # use self::nix::sys::termios::{_POSIX_VDISABLE, Termios};
29 //! termios.control_chars[VEOF as usize] = _POSIX_VDISABLE;
624 pub use libc::_POSIX_VDISABLE;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs1152 pub const _POSIX_VDISABLE: ::cc_t = 0; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2322 pub const _POSIX_VDISABLE: ::c_int = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs1031 pub const _POSIX_VDISABLE: ::cc_t = 0; consts
/third_party/rust/crates/nix/src/
H A Dunistd.rs2015 _POSIX_VDISABLE = libc::_PC_VDISABLE,
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2642 pub const _POSIX_VDISABLE: ::cc_t = 0; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2079 pub const _POSIX_VDISABLE: ::cc_t = 0; consts

Completed in 68 milliseconds