Query: isatty
OS: opensolaris
Section: 3c
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
isatty(3C) Standard C Library Functions isatty(3C)NAMEisatty - test for a terminal deviceSYNOPSIS#include <unistd.h> int isatty(int fildes);DESCRIPTIONThe isatty() function tests whether fildes, an open file descriptor, is associated with a terminal device.RETURN VALUESThe isatty() function returns 1 if fildes is associated with a terminal; otherwise it returns 0 and may set errno to indicate the error.ERRORSThe isatty() function may fail if: EBADF The fildes argument is not a valid open file descriptor. ENOTTY The fildes argument is not associated with a terminal.USAGEThe isatty() function does not necessarily indicate that a human being is available for interaction via fildes. It is quite possible that non-terminal devices are connected to the communications line.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard | +-----------------------------+-----------------------------+ |MT-Level |MT-Safe | +-----------------------------+-----------------------------+SEE ALSOttyname(3C), attributes(5), standards(5) SunOS 5.11 24 Jul 2002 isatty(3C)
Related Man Pages |
---|
isatty(3p) - centos |
isatty(3c) - sunos |
isatty(3) - opendarwin |
isatty(3) - xfree86 |
isatty(3) - minix |
Similar Topics in the Unix Linux Community |
---|
How to open and arrange terminal windows automatically under CDE? |
How to use terminal while keeping a program open? |
Data recovery from lost+found in centos6.2 |