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

1 2 3 4 5 6 78 91011>>

  /external/curl/src/
tool_operate.c 271 /* Save the values of noprogress and isatty to restore them later on */
273 bool orig_isatty = global->isatty;
790 isatty(fileno(outs.stream)))
793 global->noprogress = global->isatty = TRUE;
798 global->isatty = orig_isatty;
    [all...]
  /external/mksh/src/
main.c 538 if (isatty(0) && isatty(2)) {
540 /* The following only if isatty(0) */
1191 if (isatty(3)) {
1210 if (isatty((fd = 0)) || isatty((fd = 2)))
    [all...]
  /bionic/tests/headers/posix/
unistd_h.c 337 FUNCTION(isatty, int (*f)(int));
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lua.c 48 #define lua_stdin_is_tty() isatty(0)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
test_file2k.py 98 self.assertTrue(not f.isatty())
106 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto',
537 self.f.isatty()
test_io.py 1303 def isatty(self): member in class:BufferedRWPairTest.test_isatty.SelectableIsAtty
    [all...]
  /external/cn-cbor/test/
ctest.h 379 color_output = isatty(1);
  /external/harfbuzz_ng/util/
helper-cairo.cc 352 if (isatty (fileno (out_opts->get_file_handle ())))
  /external/python/cpython2/Lib/test/
test_file.py 91 self.assertFalse(f.isatty())
102 ('isatty', ()),
  /external/python/cpython3/Lib/test/
test_file.py 86 self.assertFalse(f.isatty())
97 ('isatty', ()),
  /external/skia/
PRESUBMIT.py 302 os.isatty(sys.stdout.fileno())):
  /external/skqp/
PRESUBMIT.py 278 os.isatty(sys.stdout.fileno())):
  /external/swiftshader/third_party/LLVM/lib/Support/
raw_ostream.cpp 597 if (S_ISCHR(statbuf.st_mode) && isatty(FD))
  /external/syslinux/com32/lua/src/
lua.c 53 #define lua_stdin_is_tty() isatty(0)
  /external/tensorflow/tensorflow/python/keras/_impl/keras/utils/
generic_utils.py 314 self._dynamic_display = ((hasattr(sys.stdout, 'isatty') and
315 sys.stdout.isatty()) or
  /libcore/luni/src/main/java/libcore/io/
Os.java 107 public boolean isatty(FileDescriptor fd); method in interface:Os
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 325 int __cdecl isatty(int _FileHandle) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file.py 91 self.assertTrue(not f.isatty())
102 ('isatty', ()),
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.c 587 if (isatty(STDOUT_FILENO) && term != NULL &&
  /external/google-breakpad/src/testing/gtest/include/gtest/internal/
gtest-port.h 254 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]
  /external/googletest/googletest/include/gtest/internal/
gtest-port.h 397 // namespace (read, write, close, chdir, isatty, stat). We do not currently
    [all...]

Completed in 568 milliseconds

1 2 3 4 5 6 78 91011>>