The OpenNET Project / Index page

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

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

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

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

    NAME

    seekdir - set position of directory stream
     
    

    SYNOPSIS

    #include <sys/types.h>
    #include <dirent.h>
    
    void seekdir(DIR *dirp, long int loc);
    

     

    DESCRIPTION

    The seekdir() function sets the position of the next readdir(3C) operation on the directory stream specified by dirp to the position specified by loc. The value of loc should have been returned from an earlier call to telldir(3C). The new position reverts to the one associated with the directory stream when telldir() was performed.

    If the value of loc was not obtained from an earlier call to telldir() or if a call to rewinddir(3C) occurred between the call to telldir () and the call to seekdir(), the results of subsequent calls to readdir() are unspecified.  

    RETURN VALUES

    The seekdir() function returns no value.  

    ERRORS

    No errors are defined.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

    opendir(3C), readdir(3C), rewinddir(3C), telldir(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
    Добавить, Поддержать, Вебмастеру