| /OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/ |
| H A D | posix_tty.c | 141 if (!isatty(fd)) { in xf86OpenSerial() 198 if (!isatty(fd)) in xf86SetSerial() 337 if (!isatty(fd)) in xf86SetSerialSpeed() 541 if (!isatty(fd)) in xf86SetSerialModemState() 574 if (!isatty(fd)) in xf86GetSerialModemState() 597 if (!isatty(fd)) in xf86SerialModemSetBits() 619 if (!isatty(fd)) in xf86SerialModemClearBits()
|
| /OK3568_Linux_fs/kernel/tools/lib/subcmd/ |
| H A D | pager.c | 78 if (!isatty(1) && !forced_pager) in setup_pager() 106 if (isatty(2)) in setup_pager()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/scripts/ |
| H A D | symbolize.py | 503 isatty = os.isatty(fd) 504 if isatty: 509 if isatty: 515 if isatty:
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/scripts/ |
| H A D | symbolize.py | 503 isatty = os.isatty(fd) 504 if isatty: 509 if isatty: 515 if isatty:
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/compress/ |
| H A D | _pipecompress.py | 163 def isatty(self): member in PipeFile 164 return self.pipe.isatty()
|
| /OK3568_Linux_fs/kernel/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()
|
| /OK3568_Linux_fs/buildroot/package/vlc/ |
| H A D | 0005-Don-t-assume-strerror_l-is-available.patch | 29 -AC_CHECK_FUNCS([accept4 daemon fcntl flock fstatvfs fork getenv getmntent_r getpwuid_r isatty lsta… 30 +AC_CHECK_FUNCS([accept4 daemon fcntl flock fstatvfs fork getenv getmntent_r getpwuid_r isatty lsta…
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | conf.c | 503 tty_stdio = isatty(0) && isatty(1) && isatty(2); in main()
|
| /OK3568_Linux_fs/kernel/tools/perf/ui/ |
| H A D | setup.c | 79 if (use_browser < 2 && (!isatty(1) || dump_trace)) in setup_browser()
|
| /OK3568_Linux_fs/u-boot/tools/patman/ |
| H A D | tout.py | 161 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
|
| H A D | terminal.py | 112 os.isatty(sys.stdout.fileno())))
|
| /OK3568_Linux_fs/buildroot/package/mender-artifact/ |
| H A D | mender-artifact.mk | 30 vendor/github.com/mattn/go-isatty/LICENSE
|
| H A D | mender-artifact.hash | 37 …8c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1 vendor/github.com/mattn/go-isatty/LICENSE
|
| /OK3568_Linux_fs/yocto/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 | 52 if sys.stdout.isatty():
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/ |
| H A D | knotty.py | 31 interactive = sys.stdout.isatty() 158 self.interactive = sys.stdout.isatty() 570 if sys.stdin.isatty() and sys.stdout.isatty():
|
| /OK3568_Linux_fs/yocto/poky/scripts/ |
| H A D | buildhistory-diff | 112 init_colours({"yes": True, "no": False, "auto": sys.stdout.isatty()}[args.colour])
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/gdb/python/gdb/ |
| H A D | __init__.py | 36 def isatty(self): member in _GdbFile
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | util.h | 69 #define isatty _isatty macro
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/gdb/python/gdb/ |
| H A D | __init__.py | 36 def isatty(self): member in _GdbFile
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | conf.c | 507 tty_stdio = isatty(0) && isatty(1); in main()
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | conf.c | 505 tty_stdio = isatty(0) && isatty(1); in main()
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/ |
| H A D | reent.h | 114 #define _isatty_r(__reent, __desc) isatty(__desc)
|