/openbmc/linux/tools/lib/subcmd/ |
H A D | pager.c | 78 if (!isatty(1) && !forced_pager) in setup_pager() 106 if (isatty(2)) in setup_pager()
|
/openbmc/linux/arch/um/drivers/ |
H A D | fd.c | 55 if (data->raw && isatty(data->fd)) { in fd_open() 74 if (!data->raw || !isatty(fd)) in fd_close()
|
H A D | chan_user.c | 80 if (isatty(fd)) { in generic_console_write() 105 if (isatty(fd)) { in generic_console_write() 282 if (!isatty(fd)) in register_winch()
|
/openbmc/openbmc/poky/bitbake/lib/bb/compress/ |
H A D | _pipecompress.py | 163 def isatty(self): member in PipeFile 164 return self.pipe.isatty()
|
/openbmc/linux/tools/perf/util/ |
H A D | color.c | 22 if (isatty(1) || pager_in_use()) in __color_vsnprintf() 48 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
|
H A D | color_config.c | 30 stdout_is_tty = isatty(1); in perf_config_colorbool()
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 20 self._use_color = output.isatty()
|
/openbmc/linux/tools/perf/ui/ |
H A D | setup.c | 80 if (use_browser < 2 && (!isatty(1) || dump_trace)) in setup_browser()
|
/openbmc/u-boot/tools/patman/ |
H A D | tout.py | 166 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
|
H A D | terminal.py | 111 os.isatty(sys.stdout.fileno())))
|
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/mongodb/ |
H A D | 0001-Tell-scons-to-use-build-settings-from-environment-va.patch | 54 if sys.stdout.isatty():
|
/openbmc/openbmc/poky/bitbake/lib/bb/ui/ |
H A D | knotty.py | 37 interactive = sys.stdout.isatty() 165 self.interactive = sys.stdout.isatty() 592 if sys.stdin.isatty() and sys.stdout.isatty(): 597 should_print_hyperlinks = sys.stdout.isatty() and os.environ.get('NO_COLOR', '') == ''
|
/openbmc/openbmc/meta-arm/scripts/ |
H A D | runfvp | 104 if sys.stdin.isatty():
|
/openbmc/openbmc/poky/scripts/ |
H A D | buildhistory-diff | 112 init_colours({"yes": True, "no": False, "auto": sys.stdout.isatty()}[args.colour])
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | conf.c | 505 tty_stdio = isatty(0) && isatty(1); in main()
|
/openbmc/linux/tools/testing/selftests/filesystems/ |
H A D | devpts_pts.c | 284 if (!isatty(STDIN_FILENO)) { in main()
|
/openbmc/phosphor-logging/lib/ |
H A D | lg2_logger.cpp | 213 (isatty(fileno(stderr)) || nullptr != getenv("LG2_FORCE_STDERR"))
|
/openbmc/u-boot/tools/ |
H A D | kwboot.c | 518 if (isatty(in)) { in kwboot_terminal() 729 kwboot_verbose = isatty(STDOUT_FILENO); in main()
|
/openbmc/linux/scripts/kconfig/ |
H A D | conf.c | 725 tty_stdio = isatty(0) && isatty(1); in main()
|
/openbmc/openbmc/poky/scripts/lib/devtool/ |
H A D | utilcmds.py | 201 if sys.stdout.isatty() and not args.no_pager:
|
/openbmc/openbmc/poky/bitbake/bin/ |
H A D | bitbake-diffsigs | 161 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty()))
|
H A D | bitbake-dumpsig | 161 color = (options.color == 'always' or (options.color == 'auto' and sys.stdout.isatty()))
|
/openbmc/obmc-console/ |
H A D | console-client.c | 193 client->is_tty = isatty(client->fd_in); in client_tty_init()
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/minio/ |
H A D | src_uri.inc | 61 # github.com/mattn/go-isatty v0.0.14 62 # [1] git ls-remote https://github.com/mattn/go-isatty 504425e14f742f1f517c4586048b49b37f829c8e 63 SRCREV_go-isatty = "504425e14f742f1f517c4586048b49b37f829c8e" 64 …com/mattn/go-isatty;name=go-isatty;protocol=https;nobranch=1;destsuffix=${WORKDIR}/${BP}/src/impor…
|
H A D | minio_git.bb | 55 github.com/mattn/go-isatty:github.com/mattn/go-isatty \
|