Home
last modified time | relevance | path

Searched refs:TIOCPTYGNAME (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp274 res = ioctl(master_fd, TIOCPTYGNAME, slave_pty_name); in internal_spawn_impl()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs1971 pub const TIOCPTYGNAME: ::c_uint = 0x40807453; constant