svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
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)