The OpenNET Project / Index page

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

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

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

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

    NAME

    closedir - close a directory stream
     
    

    SYNOPSIS

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

     

    DESCRIPTION

    The closedir() function closes the directory stream referred to by the argument dirp. Upon return, the value of dirp may no longer point to an accessible object of the type DIR. If a file descriptor is used to implement type DIR, that file descriptor will be closed.  

    RETURN VALUES

    Upon successful completion, closedir() returns 0. Otherwise, -1 is returned and errno is set to indicate the error.  

    ERRORS

    The closedir() function may fail if:

    EBADF

    The dirp argument does not refer to an open directory stream.

    EINTR

    The closedir() function was interrupted by a signal.

     

    ATTRIBUTES

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

    ATTRIBUTE TYPEATTRIBUTE VALUE

    Interface StabilityStandard

    MT-Level

     

    SEE ALSO

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