dirent.h(3head) 맨 페이지 - 윈디하나의 솔라나라

개요

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

dirent.h(3head)

dirent.h(3HEAD)                     Headers                    dirent.h(3HEAD)



NAME
       dirent.h, dirent - format of directory entries

SYNOPSIS
       #include <dirent.h>

DESCRIPTION
       The  internal  format  of  directories  is  unspecified. The <dirent.h>
       header defines the following type:

       DIR    A type representing a directory stream.



       The header also defines the structure dirent, which includes  the  fol‐
       lowing members:

         ino_t d_ino        /* file serial number */
         char  d_name[]     /* name of entry */



       The   type   ino_t  is  defined  as  described  in  <sys/types.h>.  See
       types(3HEAD).


       The character array d_name is of unspecified size, but  the  number  of
       bytes preceding the terminating null byte must not exceed {NAME_MAX}.

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  _  StandardSee  stan‐
       dards(7).


SEE ALSO
       closedir(3C),  opendir(3C),  readdir(3C),  rewinddir(3C),  seekdir(3C),
       telldir(3C), types.h(3HEAD), attributes(7), standards(7)



Oracle Solaris 11.4               10 Sep 2004                  dirent.h(3HEAD)
맨 페이지 내용의 저작권은 맨 페이지 작성자에게 있습니다.
RSS ATOM XHTML 5 CSS3