Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/shared/
H A Dposix_tty.c141 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 Dpager.c78 if (!isatty(1) && !forced_pager) in setup_pager()
106 if (isatty(2)) in setup_pager()
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dfd.c55 if (data->raw && isatty(data->fd)) { in fd_open()
74 if (!data->raw || !isatty(fd)) in fd_close()
H A Dchan_user.c80 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 Dsymbolize.py503 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 Dsymbolize.py503 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.py163 def isatty(self): member in PipeFile
164 return self.pipe.isatty()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dcolor.c22 if (isatty(1) || pager_in_use()) in __color_vsnprintf()
48 if (isatty(fileno(fp)) || pager_in_use()) in __color_vfprintf()
H A Dcolor_config.c30 stdout_is_tty = isatty(1); in perf_config_colorbool()
/OK3568_Linux_fs/buildroot/package/vlc/
H A D0005-Don-t-assume-strerror_l-is-available.patch29 -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 Dconf.c503 tty_stdio = isatty(0) && isatty(1) && isatty(2); in main()
/OK3568_Linux_fs/kernel/tools/perf/ui/
H A Dsetup.c79 if (use_browser < 2 && (!isatty(1) || dump_trace)) in setup_browser()
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtout.py161 stdout_is_tty = hasattr(sys.stdout, 'isatty') and sys.stdout.isatty()
H A Dterminal.py112 os.isatty(sys.stdout.fileno())))
/OK3568_Linux_fs/buildroot/package/mender-artifact/
H A Dmender-artifact.mk30 vendor/github.com/mattn/go-isatty/LICENSE
H A Dmender-artifact.hash37 …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 D0001-Tell-scons-to-use-build-settings-from-environment-va.patch52 if sys.stdout.isatty():
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/ui/
H A Dknotty.py31 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 Dbuildhistory-diff112 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__.py36 def isatty(self): member in _GdbFile
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h69 #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__.py36 def isatty(self): member in _GdbFile
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dconf.c507 tty_stdio = isatty(0) && isatty(1); in main()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dconf.c505 tty_stdio = isatty(0) && isatty(1); in main()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/
H A Dreent.h114 #define _isatty_r(__reent, __desc) isatty(__desc)

12345