ReactOS 0.4.16-dev-303-g11d5cb8
|
Go to the source code of this file.
Macros | |
#define | O_RDONLY 0 |
#define | O_WRONLY 1 |
#define | O_RDWR 2 |
#define | O_BINARY 0 |
#define | O_NDELAY 0 |
#define | O_EXEC O_RDONLY |
#define | O_SEARCH O_RDONLY |
#define | O_DIRECTORY 0 |
#define | O_NOFOLLOW 0 |
#define | O_ACCMODE (O_RDONLY|O_WRONLY|O_RDWR|O_EXEC|O_SEARCH) |
#define | _O_NOATIME 0 |
#define | FD_CLOEXEC 1 /* close on exec flag */ |
#define | AT_FDCWD 0xffd19553 /* *at() to working dir */ |
#define | AT_SYMLINK_NOFOLLOW 0x10000 /* emulate lstat() */ |
#define | AT_REMOVEDIR 0x20000 /* emulate rmdir() */ |
#define | AT_EACCESS 0x40000 /* EUID access() */ |
#define | AT_SYMLINK_FOLLOW 0x80000 /* follow symlinks before link() */ |