Home
last modified time | relevance | path

Searched refs:_POSIX_VDISABLE (Results 1 – 25 of 29) sorted by relevance

12

/third_party/toybox/toys/pending/
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/mksh/
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()
Dedit.c62 #ifndef _POSIX_VDISABLE
65 #define toedchar(x) (((_POSIX_VDISABLE != -1) && ((x) == _POSIX_VDISABLE)) ? \
/third_party/musl/porting/liteos_m/user/include/
Dunistd.h255 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dunistd.h231 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dunistd.h231 #define _POSIX_VDISABLE 0 macro
/third_party/musl/include/
Dunistd.h237 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_a/user/include/
Dunistd.h255 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/linux/user/include/
Dunistd.h237 #define _POSIX_VDISABLE 0 macro
/third_party/musl/ndk_musl_include/
Dunistd.h218 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dunistd.h237 #define _POSIX_VDISABLE 0 macro
/third_party/musl/porting/uniproton/kernel/include/
Dunistd.h231 #define _POSIX_VDISABLE 0 macro
/third_party/musl/libc-test/src/api/
Dunistd.c243 C(_POSIX_VDISABLE) in f()
/third_party/rust/crates/libc/libc-test/semver/
Dopenbsd.txt854 _POSIX_VDISABLE
Dfuchsia.txt1021 _POSIX_VDISABLE
Ddragonfly.txt1090 _POSIX_VDISABLE
Dnetbsd.txt1054 _POSIX_VDISABLE
Dfreebsd.txt1366 _POSIX_VDISABLE
Dapple.txt1669 _POSIX_VDISABLE
Dlinux.txt2720 _POSIX_VDISABLE
Dandroid.txt2688 _POSIX_VDISABLE
/third_party/rust/crates/libc/src/unix/bsd/
Dmod.rs392 pub const _POSIX_VDISABLE: ::cc_t = 0xff; constant
/third_party/rust/crates/nix/src/sys/
Dtermios.rs624 pub use libc::_POSIX_VDISABLE;
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs1152 pub const _POSIX_VDISABLE: ::cc_t = 0; constant
/third_party/rust/crates/nix/src/
Dunistd.rs2015 _POSIX_VDISABLE = libc::_PC_VDISABLE,

12