closedir(3c) 맨 페이지 - 윈디하나의 솔라나라

개요

섹션
맨 페이지 이름
검색(S)

closedir(3c)

Standard C Library Functions                                      closedir(3C)



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(7) for descriptions of the following attributes:


       tab()  box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
       TRIBUTE VALUE _ Interface StabilityCommitted _ MT-LevelSafe _ Standard‐
       See standards(7).


SEE ALSO
       dirfd(3C),   opendir(3C),   readdir(3C),   rewinddir(3C),  seekdir(3C),
       telldir(3C), attributes(7), standards(7)



Oracle Solaris 11.4               14 May 2018                     closedir(3C)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3