Home
last modified time | relevance | path

Searched refs:stdout_is_tty (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Dcolor_config.c12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() argument
29 if (stdout_is_tty < 0) in perf_config_colorbool()
30 stdout_is_tty = isatty(1); in perf_config_colorbool()
31 if (stdout_is_tty || pager_in_use()) { in perf_config_colorbool()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Dcolor_config.c12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() argument
29 if (stdout_is_tty < 0) in perf_config_colorbool()
30 stdout_is_tty = isatty(1); in perf_config_colorbool()
31 if (stdout_is_tty || pager_in_use()) { in perf_config_colorbool()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Dcolor_config.c12 int perf_config_colorbool(const char *var, const char *value, int stdout_is_tty) in perf_config_colorbool() argument
29 if (stdout_is_tty < 0) in perf_config_colorbool()
30 stdout_is_tty = isatty(1); in perf_config_colorbool()
31 if (stdout_is_tty || pager_in_use()) { in perf_config_colorbool()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot/tools/patman/
H A Dtout.py49 return stdout_is_tty and verbose > 0
54 if verbose > 0 and stdout_is_tty and in_progress:
69 if stdout_is_tty:
158 global verbose, _progress, _color, _stdout, stdout_is_tty
166 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot/tools/patman/
H A Dtout.py49 return stdout_is_tty and verbose > 0
54 if verbose > 0 and stdout_is_tty and in_progress:
69 if stdout_is_tty:
158 global verbose, _progress, _color, _stdout, stdout_is_tty
166 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot/tools/patman/
H A Dtout.py49 return stdout_is_tty and verbose > 0
54 if verbose > 0 and stdout_is_tty and in_progress:
69 if stdout_is_tty:
158 global verbose, _progress, _color, _stdout, stdout_is_tty
166 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/tools/patman/
H A Dtout.py49 return stdout_is_tty and verbose > 0
54 if verbose > 0 and stdout_is_tty and in_progress:
69 if stdout_is_tty:
158 global verbose, _progress, _color, _stdout, stdout_is_tty
166 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot/tools/patman/
H A Dtout.py49 return stdout_is_tty and verbose > 0
54 if verbose > 0 and stdout_is_tty and in_progress:
69 if stdout_is_tty:
158 global verbose, _progress, _color, _stdout, stdout_is_tty
166 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-nanopi-neo2/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-nanopi-r4s/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-beaglebone/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-a64-olinuxino/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-rpi/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-qemu-arm64/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-chip/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
/dports/sysutils/u-boot-wandboard/u-boot-2021.07/tools/patman/
H A Dtout.py45 return stdout_is_tty and verbose > 0
50 if verbose > 0 and stdout_is_tty and in_progress:
65 if stdout_is_tty:
165 global verbose, _progress, _color, _stdout, stdout_is_tty
173 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()

12345678910>>...21