The OpenNET Project / Index page

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

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

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

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

    NAME

    telldir - current location of a named directory stream
     
    

    SYNOPSIS

    #include <dirent.h> 
    
    long int telldir(DIR *dirp);
    

     

    DESCRIPTION

    The telldir() function obtains the current location associated with the directory stream specified by dirp.

    If the most recent operation on the directory stream was a seekdir(3C), the directory position returned from the telldir() is the same as that supplied as a loc argument for seekdir().  

    RETURN VALUES

    Upon successful completion, telldir() returns the current location of the specified directory stream.  

    ERRORS

    The telldir() function will fail if:

    EOVERFLOW

    The current location of the directory cannot be stored in an object of type long.

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    opendir(3C), readdir(3C), seekdir(3C), attributes(5), standards(5)


     

    Index

    NAME
    SYNOPSIS
    DESCRIPTION
    RETURN VALUES
    ERRORS
    ATTRIBUTES
    SEE ALSO


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




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

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