PostgreSQL Source Code  git master
dirent Struct Reference

#include <dirent.h>

Data Fields

long d_ino
 
unsigned short d_reclen
 
unsigned char d_type
 
unsigned short d_namlen
 
char d_name [MAX_PATH]
 

Detailed Description

Definition at line 9 of file dirent.h.

Field Documentation

◆ d_ino

long dirent::d_ino

Definition at line 11 of file dirent.h.

Referenced by opendir().

◆ d_name

◆ d_namlen

unsigned short dirent::d_namlen

Definition at line 14 of file dirent.h.

Referenced by readdir().

◆ d_reclen

unsigned short dirent::d_reclen

Definition at line 12 of file dirent.h.

Referenced by opendir().

◆ d_type

unsigned char dirent::d_type

Definition at line 13 of file dirent.h.

Referenced by get_dirent_type(), opendir(), and readdir().


The documentation for this struct was generated from the following file: