Home
last modified time | relevance | path

Searched refs:isatty (Results 1 – 25 of 31) sorted by relevance

12

/aosp12/bionic/libc/bionic/
H A Disatty.c34 isatty (int fd) in isatty() function
H A Dpty.cpp94 if (!isatty(fd)) { in ttyname_r()
/aosp12/system/testing/gtest_extras/
H A DColor.cpp38 bool stdout_is_tty = isatty(STDOUT_FILENO) != 0; in ShouldUseColor()
/aosp12/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dmakebuf.c71 if (couldbetty && isatty(fp->_file)) in __smakebuf()
/aosp12/system/core/cli-test/
H A Dcli-test.cpp69 if (isatty(0)) printf("%s", (c == kRed) ? "\e[31m" : "\e[32m"); in Print()
70 printf("%s%s", lhs, isatty(0) ? "\e[0m" : ""); in Print()
/aosp12/packages/modules/adb/
H A Dsysdeps.h174 #define isatty ___xxx_isatty macro
585 return isatty(fd.get()); in unix_isatty()
587 #define isatty ___xxx_isatty macro
H A Dsysdeps_win32.cpp1487 #undef isatty in _get_console_handle()
1488 if (!isatty(fd.get())) { in _get_console_handle()
/aosp12/frameworks/base/tools/bit/
H A Dprint.cpp37 if (isatty(fileno(stdout))) { in init_print()
/aosp12/system/update_engine/scripts/
H A Dsimulate_ota.py107 if not valid and sys.stdout.isatty():
/aosp12/art/tools/checker/common/
H A Dlogger.py29 if not out.isatty():
/aosp12/art/tools/
H A Drun-libcore-tests.py199 if not sys.stdout.isatty():
/aosp12/system/sepolicy/prebuilts/api/30.0/private/
H A Dperfetto.te50 # perfetto log formatter calls isatty() on its stderr. Denial when running
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dperfetto.te55 # perfetto log formatter calls isatty() on its stderr. Denial when running
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dperfetto.te55 # perfetto log formatter calls isatty() on its stderr. Denial when running
/aosp12/system/sepolicy/private/
H A Dperfetto.te55 # perfetto log formatter calls isatty() on its stderr. Denial when running
/aosp12/bionic/libc/include/
H A Dunistd.h279 int isatty(int __fd);
/aosp12/bionic/tests/headers/posix/
H A Dunistd_h.c337 FUNCTION(isatty, int (*f)(int)); in unistd_h()
/aosp12/build/make/tools/
H A Dcheck_elf_file.py339 if sys.stderr.isatty():
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt423 isatty
/aosp12/frameworks/av/cmds/screenrecord/
H A Dscreenrecord.cpp640 if (isatty(fd)) { in prepareRawOutput()
/aosp12/art/test/testrunner/
H A Dtestrunner.py334 if not sys.stdout.isatty():
/aosp12/frameworks/compile/mclinker/include/mcld/Config/
H A DConfig.h.cmake198 /* Define to 1 if you have the `isatty' function. */
/aosp12/system/tools/aidl/
H A Daidl_language.cpp42 int isatty(int fd) in isatty() function
/aosp12/art/odrefresh/
H A Dodrefresh.cc91 if (isatty(fileno(stderr))) { in UsageErrorV()
/aosp12/bionic/libc/
H A Dlibc.map.txt530 isatty;

12