isatty             28 maint/gnulib/lib/binary-io.c   if (isatty (fd))
isatty            190 maint/gnulib/lib/ptsname_r.c   if (!isatty (fd))
isatty             37 maint/gnulib/lib/ttyname_r.c   if (!isatty (fd))
isatty           1525 maint/gnulib/lib/unistd.in.h _GL_FUNCDECL_RPL (isatty, int, (int fd));
isatty           1526 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_RPL (isatty, int, (int fd));
isatty           1532 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (isatty, int, (int fd));
isatty           1534 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (isatty, int, (int fd));
isatty           1536 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (isatty);
isatty           1540 maint/gnulib/lib/unistd.in.h _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - "
isatty           1552 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_MDA (isatty, int, (int fd));
isatty           1554 maint/gnulib/lib/unistd.in.h _GL_CXXALIAS_SYS (isatty, int, (int fd));
isatty           1556 maint/gnulib/lib/unistd.in.h _GL_CXXALIASWARN (isatty);
isatty            223 maint/gnulib/tests/test-execute-child.c         return 4 + 2 * (isatty (10) != 0) + (isatty (11) != 0);
isatty            429 maint/gnulib/tests/test-execute-main.c         ASSERT (ret == 4 + 2 * (isatty (10) != 0) + (isatty (11) != 0));
isatty            453 maint/gnulib/tests/test-execute-main.c         ASSERT (ret == 4 + 2 * (isatty (10) != 0) + (isatty (11) != 0));
isatty             51 maint/gnulib/tests/test-getlogin.h       ASSERT (! isatty (0));
isatty             64 maint/gnulib/tests/test-getlogin.h     if (!isatty (STDIN_FILENO))
isatty             22 maint/gnulib/tests/test-isatty.c SIGNATURE_CHECK (isatty, int, (int));
isatty             46 maint/gnulib/tests/test-isatty.c     ASSERT (isatty (-1) == 0);
isatty             54 maint/gnulib/tests/test-isatty.c     ASSERT (isatty (99) == 0);
isatty             71 maint/gnulib/tests/test-isatty.c     ASSERT (! isatty (fd));
isatty             80 maint/gnulib/tests/test-isatty.c     ASSERT (! isatty (fd[0]));
isatty             81 maint/gnulib/tests/test-isatty.c     ASSERT (! isatty (fd[1]));
isatty             92 maint/gnulib/tests/test-isatty.c     ASSERT (! isatty (fd));
isatty             61 maint/gnulib/tests/test-libtextstyle.c           && isatty (STDOUT_FILENO)
isatty             68 maint/gnulib/tests/test-posix_openpt.c   ASSERT (isatty (slave));
isatty            177 maint/gnulib/tests/test-unistd-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::isatty, int, (int));
isatty            802 tools/cibadmin.c                     if (/*acl_eval_auto*/ isatty(STDOUT_FILENO)) {