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

12

/xsrc/external/mit/xdriinfo/dist/
H A Dxdriinfo.c143 if (isatty (STDOUT_FILENO))
154 if (isatty (STDOUT_FILENO))
179 if (isatty (STDOUT_FILENO))
/xsrc/external/mit/iceauth/dist/
H A Diceauth.c142 verbose = (isatty(fileno(stdout)) != 0);
/xsrc/external/mit/xauth/dist/
H A Dxauth.c152 verbose = (isatty(fileno(stdout)) != 0);
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c138 if (!isatty (fd))
199 if (!isatty(fd))
363 if (!isatty(fd))
567 if (!isatty(fd))
600 if (!isatty(fd))
623 if (!isatty(fd))
645 if (!isatty(fd))
/xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/shared/
H A Dposix_tty.c141 if (!isatty(fd)) {
198 if (!isatty(fd))
337 if (!isatty(fd))
541 if (!isatty(fd))
574 if (!isatty(fd))
597 if (!isatty(fd))
619 if (!isatty(fd))
/xsrc/external/mit/xorgproto/dist/include/X11/
H A DXw32defs.h37 # define isatty _isatty macro
/xsrc/external/mit/MesaLib.old/dist/src/intel/tools/
H A Daubinator.c250 if (!isatty(1))
356 option_color = isatty(1) ? COLOR_ALWAYS : COLOR_NEVER;
358 if (isatty(1) && pager)
H A Daubinator_error_decode.c633 if (!isatty(1))
722 if (isatty(0)) {
754 option_color = isatty(1) ? COLOR_ALWAYS : COLOR_NEVER;
756 if (isatty(1) && pager)
/xsrc/external/mit/MesaLib/dist/src/intel/tools/
H A Daubinator.c249 if (!isatty(1))
355 option_color = isatty(1) ? COLOR_ALWAYS : COLOR_NEVER;
357 if (isatty(1) && pager)
H A Daubinator_error_decode.c721 if (!isatty(1))
856 if (isatty(0)) {
886 option_color = isatty(1) ? COLOR_ALWAYS : COLOR_NEVER;
888 if (isatty(1) && pager)
/xsrc/external/mit/MesaLib/dist/bin/
H A Dcommit_in_branch.py22 use_colors = sys.stdout.isatty()
/xsrc/external/mit/brotli/dist/python/
H A Dbro.py128 if sys.stdin.isatty():
/xsrc/external/mit/xf86-input-mouse/dist/src/
H A Dlnx_mouse.c158 if (isatty(fd)) {
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/linux/
H A Dms.c127 if(!isatty(port)) {
/xsrc/external/mit/MesaLib/dist/src/freedreno/decode/
H A Dcffdump.c157 interactive = isatty(STDOUT_FILENO);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/input/
H A Dlnx-ms.c229 if (!isatty(priv->fd))
/xsrc/external/mit/xterm/dist/vttests/
H A Dpalettes.pl78 sub isatty() { subroutine
836 if (&isatty) {
925 printf STDERR "\007" if (&isatty);
945 if (&isatty) {
1006 sleep $opt_s if ( ( $n != $#themes ) and &isatty );
/xsrc/external/mit/MesaLib/dist/src/freedreno/afuc/
H A Demu-ui.c46 if (!isatty(STDOUT_FILENO))
/xsrc/external/mit/brotli/dist/c/tools/
H A Dbrotli.c47 #define isatty _isatty macro
931 !context->force_overwrite && isatty(STDIN_FILENO)) {
1017 !context->force_overwrite && isatty(STDOUT_FILENO)) {
/xsrc/external/mit/fslsfonts/dist/
H A Dfslsfonts.c353 if ((columns == 0 && isatty(1)) || columns > 1) {
/xsrc/external/mit/MesaLib/dist/src/gtest/include/gtest/internal/
H A Dgtest-port.h329 // namespace (read, write, close, chdir, isatty, stat). We do not currently
1966 inline int IsATTY(int fd) { return isatty(fd); }
2001 inline int IsATTY(int fd) { return isatty(fd); }
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/config/
H A Dscanner.c1477 extern int isatty (int );
1503 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinprefslex.c1700 extern int isatty (int );
1726 b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
/xsrc/external/mit/xlsfonts/dist/
H A Dxlsfonts.c387 if ((columns == 0 && isatty(1)) || columns > 1) {
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/tests/
H A Dcheck_output.py30 if os.isatty(sys.stdout.fileno()):

Completed in 23 milliseconds

12