ENOTTY 52 content/common/sandbox_linux/bpf_ppapi_policy_linux.cc return ErrorCode(ENOTTY); // Flash Access. ENOTTY 188 native_client_sdk/src/libraries/nacl_io/node.cc return ENOTTY; ENOTTY 96 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc return ENOTTY; ENOTTY 413 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc if (ret != 0 && errno != ENOTTY) { ENOTTY 367 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOTTY, node->Isatty()); ENOTTY 385 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc EXPECT_EQ(ENOTTY, node->Isatty()); ENOTTY 82 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(ENOTTY, file.Isatty()); ENOTTY 212 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc EXPECT_EQ(ENOTTY, root.Isatty()); ENOTTY 1285 third_party/libusb/src/libusb/os/linux_usbfs.c if (errno == ENOTTY) ENOTTY 1581 third_party/libusb/src/libusb/os/linux_usbfs.c if (r == 0 || (r != 0 && errno != ENOTTY)) { ENOTTY 365 third_party/libxml/src/xmlIO.c #ifdef ENOTTY ENOTTY 366 third_party/libxml/src/xmlIO.c else if (errno == ENOTTY) code = XML_IO_ENOTTY;