Isatty             41 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h   virtual Error Isatty() { return 0; }
Isatty            597 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   error = handle->node()->Isatty();
Isatty             99 native_client_sdk/src/libraries/nacl_io/node.h   virtual Error Isatty();
Isatty            367 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(ENOTTY, node->Isatty());
Isatty            385 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(ENOTTY, node->Isatty());
Isatty             82 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(ENOTTY, file.Isatty());
Isatty            212 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(ENOTTY, root.Isatty());
Isatty             38 native_client_sdk/src/tests/nacl_io_test/mock_node.h   MOCK_METHOD0(Isatty, Error());