#include <stdio.h>
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <wchar.h>
#include <string.h>
#include <stdlib.h>
#include <malloc.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
|
typedef struct _wdirent | _wdirent |
|
typedef struct _WDIR | _WDIR |
|
typedef struct dirent | dirent |
|
typedef struct DIR | DIR |
|
◆ _D_ALLOC_NAMLEN
#define _D_ALLOC_NAMLEN |
( |
| p | ) |
|
Value:
#define PATH_MAX
Definition dirent.h:156
◆ _D_EXACT_NAMLEN
#define _D_EXACT_NAMLEN |
( |
| p | ) |
|
◆ _DIRENT_HAVE_D_NAMLEN
#define _DIRENT_HAVE_D_NAMLEN |
◆ _DIRENT_HAVE_D_TYPE
#define _DIRENT_HAVE_D_TYPE |
◆ DT_BLK
◆ DT_CHR
◆ DT_DIR
◆ DT_FIFO
◆ DT_REG
◆ DT_SOCK
◆ DT_UNKNOWN
◆ DTTOIF
◆ FILE_ATTRIBUTE_DEVICE
#define FILE_ATTRIBUTE_DEVICE 0x40 |
◆ FILENAME_MAX
◆ IFTODT
Value:
#define S_IFMT
Definition dirent.h:106
◆ NAME_MAX
◆ PATH_MAX
◆ S_IEXEC
#define S_IEXEC _S_IEXEC /* Execute permission */ |
◆ S_IFBLK
#define S_IFBLK 0 /* Block device */ |
◆ S_IFCHR
#define S_IFCHR _S_IFCHR /* Character device */ |
◆ S_IFDIR
#define S_IFDIR _S_IFDIR /* Directory */ |
◆ S_IFFIFO
#define S_IFFIFO _S_IFFIFO /* Pipe */ |
◆ S_IFIFO
#define S_IFIFO _S_IFIFO /* Pipe */ |
◆ S_IFLNK
#define S_IFLNK 0 /* Link */ |
◆ S_IFMT
#define S_IFMT _S_IFMT /* File type mask */ |
◆ S_IFREG
◆ S_IFSOCK
#define S_IFSOCK 0 /* Socket */ |
◆ S_IREAD
#define S_IREAD _S_IREAD /* Read permission */ |
◆ S_ISBLK
Value:
#define S_IFBLK
Definition dirent.h:133
◆ S_ISCHR
Value:
#define S_IFCHR
Definition dirent.h:112
◆ S_ISDIR
Value:
#define S_IFDIR
Definition dirent.h:109
◆ S_ISFIFO
Value:
#define S_IFIFO
Definition dirent.h:130
◆ S_ISLNK
Value:
#define S_IFLNK
Definition dirent.h:136
◆ S_ISREG
Value:
#define S_IFREG
Definition dirent.h:118
◆ S_ISSOCK
Value:
#define S_IFSOCK
Definition dirent.h:139
◆ S_IWRITE
#define S_IWRITE _S_IWRITE /* Write permission */ |
◆ wclosedir
#define wclosedir _wclosedir |
◆ WDIR
◆ wdirent
◆ wopendir
#define wopendir _wopendir |
◆ wreaddir
#define wreaddir _wreaddir |
◆ wrewinddir
#define wrewinddir _wrewinddir |
◆ _WDIR
typedef struct _WDIR _WDIR |
◆ _wdirent
typedef struct _wdirent _wdirent |
◆ DIR
◆ dirent
typedef struct dirent dirent |