The OpenNET Project / Index page

[ новости /+++ | форум | теги | ]

Интерактивная система просмотра системных руководств (man-ов)

 ТемаНаборКатегория 
 
 [Cписок руководств | Печать]

isatty (3)
  • >> isatty (3) ( Solaris man: Библиотечные вызовы )
  • isatty (3) ( FreeBSD man: Библиотечные вызовы )
  • isatty (3) ( Русские man: Библиотечные вызовы )
  • isatty (3) ( Linux man: Библиотечные вызовы )
  • isatty (3) ( POSIX man: Библиотечные вызовы )
  •  

    NAME

    isatty - test for a terminal device
     
    

    SYNOPSIS

    #include <unistd.h>
    
    int isatty(int fildes);
    

     

    DESCRIPTION

    The isatty() function tests whether fildes, an open file descriptor, is associated with a terminal device.  

    RETURN VALUES

    The isatty() function returns 1 if fildes is associated with a terminal; otherwise it returns 0 and may set errno to indicate the error.  

    ERRORS

    The 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.

     

    USAGE

    The 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.  

    ATTRIBUTES

    See attributes(5) for descriptions of the following attributes:

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    ttyname(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    USAGE
    ATTRIBUTES
    SEE ALSO


    Поиск по тексту MAN-ов: 




    Партнёры:
    PostgresPro
    Inferno Solutions
    Hosting by Hoster.ru
    Хостинг:

    Закладки на сайте
    Проследить за страницей
    Created 1996-2024 by Maxim Chirkov
    Добавить, Поддержать, Вебмастеру