Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DErrc.h50 inappropriate_io_control_operation = enumerator
51 int(std::errc::inappropriate_io_control_operation),
/external/libcxx/test/std/diagnostics/syserr/
Derrc.pass.cpp44 static_assert(static_cast<int>(std::errc::inappropriate_io_control_operation) == ENOTTY, ""); in main()
/external/libcxx/include/
Dsystem_error145 inappropriate_io_control_operation, // ENOTTY
277 inappropriate_io_control_operation = ENOTTY,