HomeSort by relevance Sort by last modified time
    Searched refs:isatty (Results 276 - 300 of 356) sorted by null

<<1112131415

  /device/linaro/bootloader/edk2/StdLibPrivateInternalFiles/Include/
namespace.h 406 #define isatty _isatty
  /external/ImageMagick/MagickWand/
animate.c 401 if (isatty(STDIN_FILENO) != MagickFalse)
    [all...]
display.c 464 if (isatty(STDIN_FILENO) != MagickFalse)
    [all...]
  /external/iputils/
ping_common.c 716 if (isatty(STDOUT_FILENO)) {
  /external/libvpx/libvpx/
vpxdec.c 676 if (!outfile_pattern && isatty(fileno(stdout)) && !do_md5 && !noblit) {
    [all...]
  /external/ppp/pppd/
tty.c 423 if (!isatty(0) || (p = ttyname(0)) == NULL) {
    [all...]
  /external/python/cpython2/Lib/test/
test_os.py 655 @unittest.skipUnless(hasattr(os, 'isatty'), 'test needs os.isatty()')
657 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
    [all...]
  /external/python/cpython2/Modules/_io/
fileio.c 956 res = isatty(self->fd);
1032 "isatty() -> bool. True if the file is connected to a TTY device.");
1058 {"isatty", (PyCFunction)fileio_isatty, METH_NOARGS, isatty_doc},
  /external/python/cpython3/Modules/
readline.c 1153 if (!isatty(STDOUT_FILENO)) {
    [all...]
  /external/valgrind/coregrind/
vgdb.c     [all...]
  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 540 if (isatty(fd)) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_os.py 620 if hasattr(os, "isatty"):
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_os.py 620 if hasattr(os, "isatty"):
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_os.py 620 if hasattr(os, "isatty"):
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_os.py 620 if hasattr(os, "isatty"):
621 self.assertEqual(os.isatty(test_support.make_bad_fd()), False)
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
ar.c 168 interactive = isatty (fileno (stdin));
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
bltinmodule.c     [all...]
pythonrun.c 339 sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
351 sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
363 sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
bltinmodule.c     [all...]
pythonrun.c 327 sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
339 sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
351 sys_isatty = PyObject_CallMethod(sys_stream, "isatty", "");
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 428 if (!getenv("TUNE2FS_FORCE_PROMPT") && (!isatty(0) || !isatty(1)))
    [all...]
  /external/iproute2/ip/
ipaddress.c     [all...]
iproute.c     [all...]
  /external/pcre/dist2/src/
pcre2grep.c 649 /* isatty() does not work in a TSO environment, so always give FALSE.*/
670 return isatty(fileno(stdout));
676 return isatty(fileno(f));
    [all...]
  /external/python/cpython2/Python/
bltinmodule.c     [all...]

Completed in 763 milliseconds

<<1112131415