HomeSort by: relevance | last modified time | path
    Searched defs:isatty (Results 1 - 25 of 76) sorted by relevancy

1 2 3 4

  /src/external/gpl2/groff/dist/src/include/
posix.h 68 #define isatty(n) (1) macro
nonposix.h 69 # define isatty(f) _isatty(f) macro
72 # define SET_BINARY(f) do {if (!isatty(f)) setmode(f,O_BINARY);} while(0)
141 do if (!isatty(fd)) \
  /src/include/
rmt.h 54 #define isatty rmtisatty macro
  /src/sys/external/bsd/acpica/dist/include/platform/
acwin.h 112 #define isatty _isatty macro
  /src/external/mit/libuv/dist/src/unix/
tty.c 39 * a 5250 environment, isatty() will return true for the stdin/stdout/stderr
45 * This behavior causes problems for Node as it expects that if isatty() returns
50 * Here, we create our own version of isatty() that uses ioctl() to identify
62 #define isatty(fd) isreallyatty(fd) macro
199 * thread called close(fd) between our calls to isatty() and open().
403 if (isatty(file))
  /src/external/bsd/less/dist/
os.c 220 if (isatty(fd))
481 int isatty(int f) function
  /src/external/gpl3/gdb.old/dist/gdb/
ui-file.c 348 stdio_file::isatty ()
350 return ::isatty (m_fd);
358 return (this->isatty ()
430 tee_file::isatty ()
432 return m_one->isatty ();
344 stdio_file::isatty () function in class:stdio_file
424 tee_file::isatty () function in class:tee_file
ui-file.h 82 virtual bool isatty () function in class:ui_file
90 { return isatty (); }
268 bool isatty () override;
345 bool isatty () override;
404 bool isatty () override
405 { return m_stream->isatty (); }
  /src/external/gpl3/gdb.old/dist/gdb/python/lib/gdb/
__init__.py 55 def isatty(self): member in class:_GdbFile
  /src/external/gpl3/gdb/dist/gdb/python/lib/gdb/
__init__.py 60 def isatty(self): member in class:_GdbFile
  /src/external/gpl3/gdb/dist/gdb/
ui-file.c 309 stdio_file::isatty ()
311 return ::isatty (m_fd);
319 return (this->isatty ()
391 tee_file::isatty ()
393 return m_one->isatty ();
306 stdio_file::isatty () function in class:stdio_file
386 tee_file::isatty () function in class:tee_file
ui-file.h 82 virtual bool isatty () function in class:ui_file
90 { return isatty (); }
265 bool isatty () override;
342 bool isatty () override;
425 bool isatty () override
426 { return m_stream->isatty (); }
  /src/external/bsd/tcpdump/dist/
netdissect-stdinc.h 157 #define isatty _isatty macro
  /src/crypto/external/apache2/openssl/dist/include/internal/
e_os.h 231 #define isatty _isatty macro
  /src/external/gpl3/binutils/dist/include/sim/
callback.h 77 int (*isatty) (host_callback *, int);
76 int (*isatty) (host_callback *, int); member in struct:host_callback_struct
  /src/external/gpl3/binutils.old/dist/include/sim/
callback.h 77 int (*isatty) (host_callback *, int);
76 int (*isatty) (host_callback *, int); member in struct:host_callback_struct
  /src/external/gpl3/gdb/dist/readline/readline/
input.c 115 /* Windows isatty returns true for every character device, including the null
143 #define isatty(x) win32_isatty(x) macro
326 chars_avail = isatty (tty) ? _kbhit () : 0;
423 if (isatty (tty))
852 if (isatty (fd))
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
unistd.h 2047 # undef isatty
2048 # define isatty rpl_isatty
2051 _GL_FUNCDECL_RPL (isatty, int, (int fd));
2052 _GL_CXXALIAS_RPL (isatty, int, (int fd));
2055 # undef isatty
2056 # define isatty _isatty
2058 _GL_CXXALIAS_MDA (isatty, int, (int fd));
2060 _GL_CXXALIAS_SYS (isatty, int, (int fd));
2062 _GL_CXXALIASWARN (isatty);
2064 # undef isatty macro
2075 # undef isatty macro
2076 # define isatty macro
2082 _GL_CXXALIASWARN (isatty); variable
    [all...]

Completed in 58 milliseconds

1 2 3 4