Rizin
unix-like reverse engineering framework and cli tools
bsd_dirent Struct Reference

#include <sftypes.h>

Public Attributes

uint32_t d_fileno
 
uint16_t d_reclen
 
uint8_t d_type
 
uint8_t d_namlen
 
char d_name [MAXNAMLEN+1]
 

Detailed Description

Definition at line 3492 of file sftypes.h.

Member Data Documentation

◆ d_fileno

uint32_t bsd_dirent::d_fileno

Definition at line 3493 of file sftypes.h.

◆ d_name

char bsd_dirent::d_name[MAXNAMLEN+1]

Definition at line 3497 of file sftypes.h.

◆ d_namlen

uint8_t bsd_dirent::d_namlen

Definition at line 3496 of file sftypes.h.

◆ d_reclen

uint16_t bsd_dirent::d_reclen

Definition at line 3494 of file sftypes.h.

◆ d_type

uint8_t bsd_dirent::d_type

Definition at line 3495 of file sftypes.h.


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