KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
dirent Struct Reference

The POSIX dirent which describes a directory entry. More...

#include <dirent.h>

Data Fields

int d_ino
 the file number
off_t d_off
 the file offset
uint16 d_reclen
 the record length
uint8 d_type
 the type
char d_name [256]
 the entry name

Detailed Description

The POSIX dirent which describes a directory entry.


Field Documentation

int dirent::d_ino

the file number

char dirent::d_name[256]

the entry name

off_t dirent::d_off

the file offset

uint16 dirent::d_reclen

the record length

uint8 dirent::d_type

the type


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