ReactOS 0.4.16-dev-297-gc569aee
|
#include <schily/mconfig.h>
#include <schily/types.h>
#include <schily/stat.h>
#include <schily/limits.h>
#include <schily/param.h>
#include <schily/stdlib.h>
#include <schily/stdio.h>
Go to the source code of this file.
Classes | |
struct | _dirent |
struct | _direct |
struct | __dirdesc |
Macros | |
#define | dirent direct |
#define | DIR_NAMELEN(dirent) (dirent)->d_namlen |
#define | NEED_DIRENT |
#define | NEED_READDIR |
#define | dirent _direct |
#define | DIR_NAMELEN(dirent) strlen((dirent)->d_name) |
#define | DIRSIZE 14 /* The old UNIX standard value */ |
#define | FOUND_DIRSIZE |
#define | HAVE_DIRENT_D_INO |
Typedefs | |
typedef struct _dirent | dirent |
typedef struct __dirdesc | DIR |
Functions | |
DIR *opendir | __PR ((const char *)) |
int closedir | __PR ((DIR *)) |