Home
last modified time | relevance | path

Searched defs:isatty (Results 1 – 23 of 23) sorted by relevance

/external/syslinux/com32/lib/sys/
Disatty.c42 int isatty(int fd) in isatty() function
/external/python/cpython2/RISCOS/
Dunixstuff.c12 int isatty(int fn) in isatty() function
/external/python/cpython2/Lib/
Dchunk.py93 def isatty(self): member in Chunk
DStringIO.py88 def isatty(self): member in StringIO
D_pyio.py452 def isatty(self): member in IOBase
788 def isatty(self): member in _BufferedIOMixin
1224 def isatty(self): member in BufferedRWPair
1603 def isatty(self): member in TextIOWrapper
Dtempfile.py582 def isatty(self): member in SpooledTemporaryFile
/external/e2fsprogs/include/nonunix/
Dunistd.h31 #define isatty _isatty macro
/external/python/cpython2/Lib/bsddb/
Ddbrecio.py49 def isatty(self): member in DBRecIO
/external/python/cpython2/Tools/framer/
Dexample.py63 def isatty(self): member in cStringIO.InputType
/external/libvpx/libvpx/
Dtools_common.h48 #define isatty _isatty macro
/external/python/cpython2/Modules/_io/
D_iomodule.c304 long isatty; in io_open() local
/external/ImageMagick/MagickCore/
Dnt-base.h147 # define isatty _isatty macro
/external/python/cpython2/Lib/idlelib/
DPyShell.py1098 def isatty(self): member in PyShell
1334 def isatty(self): member in PseudoFile
/external/autotest/client/common_lib/
Dlogging_manager.py194 def isatty(self): member in LoggingFile
Dpexpect.py678 def isatty (self): # File-like object. member in spawn
/external/openssh/
Dchannels.h108 int isatty; /* rfd is a tty */ member
/external/chromium-trace/catapult/third_party/pyserial/serial/
Dserialutil.py217 def isatty(self): member in FileLike
/external/python/cpython2/Lib/test/
Dtest_io.py1565 def __init__(self, isatty): argument
1569 def isatty(self): member in BufferedRWPairTest.test_isatty.SelectableIsAtty
/external/python/cpython2/Python/
Dpythonrun.c145 int isatty = PyObject_IsTrue(sys_isatty); in isatty_no_error() local
/external/curl/src/
Dtool_cfgable.h250 bool isatty; /* Updated internally if output is a tty */ member
/external/sqlite/dist/
Dshell.c110 # define isatty(h) _isatty(h) macro
137 #define isatty(x) 1 macro
/external/sqlite/dist/orig/
Dshell.c104 # define isatty(h) _isatty(h) macro
131 #define isatty(x) 1 macro
/external/pcre/dist2/src/
Dpcre2test.c125 #define isatty _isatty /* This is what Windows calls them, I'm told, */ macro