The OpenNET Project / Index page

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

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

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

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

    NAME

    rewinddir - reset position of directory stream to the beginning of a directory
     
    

    SYNOPSIS

    #include <sys/types.h>
    #include <dirent.h>
    
    void rewinddir(DIR *dirp);
    

     

    DESCRIPTION

    The rewinddir() function resets the position of the directory stream to which dirp refers to the beginning of the directory. It also causes the directory stream to refer to the current state of the corresponding directory, as a call to opendir(3C) would have done. If dirp does not refer to a directory stream, the effect is undefined.

    After a call to the fork(2) function, either the parent or child (but not both) may continue processing the directory stream using readdir(3C), rewinddir() or seekdir(3C). If both the parent and child processes use these functions, the result is undefined.  

    RETURN VALUES

    The rewinddir() function does not return a value.  

    ERRORS

    No errors are defined.  

    USAGE

    The rewinddir() function should be used in conjunction with opendir(), readdir(), and closedir(3C) to examine the contents of the directory. This method is recommended for portability.  

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

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