Searched refs:isatty (Results 1 - 21 of 21) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dfiledoalloc.c71 # undef isatty macro
72 # define isatty(Fd) __isatty (Fd) macro
112 isatty (fp->_fileno))
H A Dwfiledoalloc.c71 # undef isatty macro
72 # define isatty(Fd) __isatty (Fd) macro
116 if (couldbetty && isatty (fp->_fileno))
/haiku/src/bin/
H A Dtty.c48 return (isatty(STDIN_FILENO) ? 0 : 1);
H A Dmountvolume.cpp534 if (isatty(STDOUT_FILENO)) {
/haiku/src/system/libroot/posix/glibc/include/
H A Dunistd.h8 isatty(fd)
/haiku/src/system/libroot/posix/unistd/
H A Dterminal.c15 /** isatty - is the given file descriptor bound to a terminal device?
21 isatty(int fd) function
H A Dttyname.c37 if (!S_ISCHR(fdStat.st_mode) || !isatty(fd))
/haiku/src/bin/mail_utils/
H A Dmail.cpp80 bool isTerminal = isatty(STDIN_FILENO) != 0;
/haiku/3rdparty/kallisti5/
H A Dconfigure.py47 if sys.stdout.isatty():
55 if sys.stdout.isatty():
63 if sys.stdout.isatty():
/haiku/src/bin/debug/time_stats/
H A Dtiming_analysis.cpp182 bool highlight = info.thread == child && isatty(STDOUT_FILENO);
/haiku/src/bin/pkgman/
H A Dcommand_search.cpp82 if (isatty(fd) == 1 && ioctl(fd, TIOCGWINSZ, &windowSize) == 0)
H A DPackageManager.cpp176 fShowProgress = isatty(STDOUT_FILENO);
/haiku/src/bin/unzip/
H A Dfunzip.c344 if (argc == 0 && isatty(0))
H A Dfileio.c1299 !isatty(1) && isatty(2))
1372 !isatty(1) && isatty(2))
H A Dunzip.c1512 if (G.M_flag && !isatty(1)) /* stdout redirected: "more" func. useless */
H A Dzipinfo.c555 if (G.M_flag && !isatty(1)) /* stdout redirected: "more" func useless */
/haiku/headers/posix/
H A Dunistd.h474 extern int isatty(int fd);
/haiku/src/bin/network/telnet/
H A Dsys_bsd.c1121 if ((c == 0) && MODE_LOCAL_CHARS(globalmode) && isatty(tin)) {
/haiku/src/bin/debug/strace/
H A Dstrace.cpp745 colorize = colorize && isatty(STDOUT_FILENO);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c1932 void isatty() {} function
H A Dlibroot_stubs_legacy.c1899 void isatty() {} function

Completed in 251 milliseconds