|
MISR Toolkit
1.5.1
|
#include <sys/types.h>#include <limits.h>Go to the source code of this file.
Data Structures | |
| struct | dirent |
| struct | _dircontents |
| struct | _dirdesc |
Macros | |
| #define | MAXNAMLEN 255 /* maximum filename length */ |
| #define | NAME_MAX (MAXNAMLEN - 1) |
| #define | DIRENTBASESIZ |
| #define | DIRENTSIZ(namlen) |
| #define | _BOOL_T_DEFINED |
| #define | DIRBUF 8192 /* buffer size for fs-indep. dirs */ |
| #define | _PROTO(p) () |
Typedefs | |
| typedef unsigned char | bool |
| typedef struct _dirdesc | DIR |
Functions | |
| DIR *opendir | _PROTO ((const char *)) |
| struct dirent *readdir | _PROTO ((DIR *)) |
| void seekdir | _PROTO ((DIR *, off_t)) |
| char *getcwd | _PROTO ((char *, size_t)) |
| int scandir | _PROTO ((char *, struct dirent ***, int(*)(const void *, const void *), int(*)(const void *, const void *))) |
| int _chdrive | _PROTO ((int)) |
| int _getdrive | _PROTO ((void)) |
| char *_getdcwd | _PROTO ((int, char *, int)) |
| bool IsHPFSFileSystem | _PROTO ((char *)) |
| #define _BOOL_T_DEFINED |
Definition at line 41 of file dirent_win32.h.
| #define _PROTO | ( | p | ) | () |
Definition at line 64 of file dirent_win32.h.
Definition at line 44 of file dirent_win32.h.
| #define DIRENTBASESIZ |
Definition at line 31 of file dirent_win32.h.
| #define DIRENTSIZ | ( | namlen | ) |
Definition at line 34 of file dirent_win32.h.
| #define MAXNAMLEN 255 /* maximum filename length */ |
Definition at line 11 of file dirent_win32.h.
| #define NAME_MAX (MAXNAMLEN - 1) |
Definition at line 14 of file dirent_win32.h.
| typedef unsigned char bool |
Definition at line 40 of file dirent_win32.h.
| int rmdir _PROTO | ( | (const char *) | ) |
| char* getcwd _PROTO | ( | (char *, size_t) | ) |
| int scandir _PROTO | ( | (char *, struct dirent ***, int(*)(const void *, const void *), int(*)(const void *, const void *)) | ) |
| int _chdrive _PROTO | ( | (int) | ) |
| int _getdrive _PROTO | ( | (void) | ) |
| char* _getdcwd _PROTO | ( | (int, char *, int) | ) |
| bool IsHPFSFileSystem _PROTO | ( | (char *) | ) |