Home
last modified time | relevance | path

Searched refs:ENOTTY (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/libcxx/include/
H A Derrno.h307 #ifndef ENOTTY
308 #define ENOTTY 9958 macro
H A D__errc47 inappropriate_io_control_operation, // ENOTTY
144 inappropriate_io_control_operation = ENOTTY,
/llvm-project-15.0.7/libcxx/test/std/diagnostics/errno/
H A Dcerrno.pass.cpp261 #ifndef ENOTTY
262 #error ENOTTY not defined
/llvm-project-15.0.7/lldb/third_party/Python/module/ptyprocess-0.6.0/ptyprocess/
H A Dptyprocess.py240 if err.args[0] not in (errno.EINVAL, errno.ENOTTY):
248 if err.args[0] not in (errno.EINVAL, errno.ENOTTY):
335 if err.args[0] not in (errno.EINVAL, errno.ENOTTY, errno.ENXIO):
/llvm-project-15.0.7/libcxx/test/std/diagnostics/syserr/
H A Derrc.pass.cpp45 static_assert(static_cast<int>(std::errc::inappropriate_io_control_operation) == ENOTTY, ""); in main()
/llvm-project-15.0.7/libc/spec/
H A Dposix.td119 Macro<"ENOTTY">,