ReactOS 0.4.15-dev-7953-g1f49173
fcntl.h File Reference
#include <schily/mconfig.h>
#include <schily/types.h>
#include <schily/stat.h>
Include dependency graph for fcntl.h:
This graph shows which files directly or indirectly include this file:

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() */
 

Macro Definition Documentation

◆ _O_NOATIME

#define _O_NOATIME   0

Definition at line 98 of file fcntl.h.

◆ AT_EACCESS

#define AT_EACCESS   0x40000 /* EUID access() */

Definition at line 127 of file fcntl.h.

◆ AT_FDCWD

#define AT_FDCWD   0xffd19553 /* *at() to working dir */

Definition at line 112 of file fcntl.h.

◆ AT_REMOVEDIR

#define AT_REMOVEDIR   0x20000 /* emulate rmdir() */

Definition at line 122 of file fcntl.h.

◆ AT_SYMLINK_FOLLOW

#define AT_SYMLINK_FOLLOW   0x80000 /* follow symlinks before link() */

Definition at line 132 of file fcntl.h.

◆ AT_SYMLINK_NOFOLLOW

#define AT_SYMLINK_NOFOLLOW   0x10000 /* emulate lstat() */

Definition at line 117 of file fcntl.h.

◆ FD_CLOEXEC

#define FD_CLOEXEC   1 /* close on exec flag */

Definition at line 102 of file fcntl.h.

◆ O_ACCMODE

Definition at line 92 of file fcntl.h.

◆ O_BINARY

#define O_BINARY   0

Definition at line 73 of file fcntl.h.

◆ O_DIRECTORY

#define O_DIRECTORY   0

Definition at line 85 of file fcntl.h.

◆ O_EXEC

#define O_EXEC   O_RDONLY

Definition at line 79 of file fcntl.h.

◆ O_NDELAY

#define O_NDELAY   0

Definition at line 76 of file fcntl.h.

◆ O_NOFOLLOW

#define O_NOFOLLOW   0

Definition at line 88 of file fcntl.h.

◆ O_RDONLY

#define O_RDONLY   0

Definition at line 64 of file fcntl.h.

◆ O_RDWR

#define O_RDWR   2

Definition at line 70 of file fcntl.h.

◆ O_SEARCH

#define O_SEARCH   O_RDONLY

Definition at line 82 of file fcntl.h.

◆ O_WRONLY

#define O_WRONLY   1

Definition at line 67 of file fcntl.h.