Home
last modified time | relevance | path

Searched defs:Isatty (Results 1 – 9 of 9) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/devfs/
H A Dtty_node.h43 virtual Error Isatty() { return 0; } in Isatty() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/passthroughfs/
H A Dreal_node.cc112 Error RealNode::Isatty() { in Isatty() function in nacl_io::RealNode
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DConsoleDriver.cs280 static extern bool Isatty (IntPtr handle); in Isatty() method in System.ConsoleDriver
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/nacl_io/
H A Dnode.cc233 Error Node::Isatty() { in Isatty() function in nacl_io::Node
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/src/trusted/desc/
H A Dnacl_desc_base.h377 int32_t (*Isatty)(struct NaClDesc *self); member
/dports/devel/9base/9base-6/rc/
H A Dplan9ish.c539 Isatty(int fd){ in Isatty() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/rc/
H A Dplan9ish.c539 Isatty(int fd){ in Isatty() function
/dports/net/socat/socat-1.7.4.2/
H A Dsycls.h259 #define Isatty(f) isatty(f) macro
H A Dsycls.c1587 int Isatty(int fd) { in Isatty() function