Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:isatty

88    They also declare access(), chmod(), close(), dup(), dup2(), isatty(),
1274 # undef isatty
1275 # define isatty rpl_isatty
1277 _GL_FUNCDECL_RPL (isatty, int, (int fd));
1278 _GL_CXXALIAS_RPL (isatty, int, (int fd));
1280 _GL_CXXALIAS_SYS (isatty, int, (int fd));
1282 _GL_CXXALIASWARN (isatty);
1284 # undef isatty
1286 _GL_WARN_ON_USE (isatty, "isatty has portability problems on native Windows - "
1287 "use gnulib module isatty for portability");