Home
last modified time | relevance | path

Searched refs:TIOCSETC (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.cpp2136 unsigned IOCTL_TIOCSETC = TIOCSETC;
Dsanitizer_interceptors_ioctl_netbsd.inc1052 _(TIOCSETC, READ, struct_tchars_sz);
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs1854 pub const TIOCSETC: ::c_int = tIOC | 17; constant