Lines Matching full:isatty
87 They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
962 # undef isatty
963 # define isatty rpl_isatty
965 _GL_FUNCDECL_RPL (isatty, int, (int fd));
966 _GL_CXXALIAS_RPL (isatty, int, (int fd));
968 _GL_CXXALIAS_SYS (isatty, int, (int fd));
970 _GL_CXXALIASWARN (isatty);
972 # undef isatty
974 _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - "
975 "use gnulib module isatty for portability");