ReactOS 0.4.15-dev-7924-g5949c20
fcntl.h File Reference
#include <crtdefs.h>
Include dependency graph for fcntl.h:

Go to the source code of this file.

Macros

#define _O_RDONLY   0x0000
 
#define _O_WRONLY   0x0001
 
#define _O_RDWR   0x0002
 
#define _O_APPEND   0x0008
 
#define _O_CREAT   0x0100
 
#define _O_TRUNC   0x0200
 
#define _O_EXCL   0x0400
 
#define _O_TEXT   0x4000
 
#define _O_BINARY   0x8000
 
#define _O_WTEXT   0x10000
 
#define _O_U16TEXT   0x20000
 
#define _O_U8TEXT   0x40000
 
#define _O_ACCMODE   (_O_RDONLY|_O_WRONLY|_O_RDWR)
 
#define _O_RAW   _O_BINARY
 
#define _O_NOINHERIT   0x0080
 
#define _O_TEMPORARY   0x0040
 
#define _O_SHORT_LIVED   0x1000
 
#define _O_SEQUENTIAL   0x0020
 
#define _O_RANDOM   0x0010
 
#define O_RDONLY   _O_RDONLY
 
#define O_WRONLY   _O_WRONLY
 
#define O_RDWR   _O_RDWR
 
#define O_APPEND   _O_APPEND
 
#define O_CREAT   _O_CREAT
 
#define O_TRUNC   _O_TRUNC
 
#define O_EXCL   _O_EXCL
 
#define O_TEXT   _O_TEXT
 
#define O_BINARY   _O_BINARY
 
#define O_RAW   _O_BINARY
 
#define O_TEMPORARY   _O_TEMPORARY
 
#define O_NOINHERIT   _O_NOINHERIT
 
#define O_SEQUENTIAL   _O_SEQUENTIAL
 
#define O_RANDOM   _O_RANDOM
 
#define O_ACCMODE   _O_ACCMODE
 

Macro Definition Documentation

◆ _O_ACCMODE

#define _O_ACCMODE   (_O_RDONLY|_O_WRONLY|_O_RDWR)

Definition at line 23 of file fcntl.h.

◆ _O_APPEND

#define _O_APPEND   0x0008

Definition at line 14 of file fcntl.h.

◆ _O_BINARY

#define _O_BINARY   0x8000

Definition at line 19 of file fcntl.h.

◆ _O_CREAT

#define _O_CREAT   0x0100

Definition at line 15 of file fcntl.h.

◆ _O_EXCL

#define _O_EXCL   0x0400

Definition at line 17 of file fcntl.h.

◆ _O_NOINHERIT

#define _O_NOINHERIT   0x0080

Definition at line 26 of file fcntl.h.

◆ _O_RANDOM

#define _O_RANDOM   0x0010

Definition at line 31 of file fcntl.h.

◆ _O_RAW

#define _O_RAW   _O_BINARY

Definition at line 25 of file fcntl.h.

◆ _O_RDONLY

#define _O_RDONLY   0x0000

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 11 of file fcntl.h.

◆ _O_RDWR

#define _O_RDWR   0x0002

Definition at line 13 of file fcntl.h.

◆ _O_SEQUENTIAL

#define _O_SEQUENTIAL   0x0020

Definition at line 30 of file fcntl.h.

◆ _O_SHORT_LIVED

#define _O_SHORT_LIVED   0x1000

Definition at line 28 of file fcntl.h.

◆ _O_TEMPORARY

#define _O_TEMPORARY   0x0040

Definition at line 27 of file fcntl.h.

◆ _O_TEXT

#define _O_TEXT   0x4000

Definition at line 18 of file fcntl.h.

◆ _O_TRUNC

#define _O_TRUNC   0x0200

Definition at line 16 of file fcntl.h.

◆ _O_U16TEXT

#define _O_U16TEXT   0x20000

Definition at line 21 of file fcntl.h.

◆ _O_U8TEXT

#define _O_U8TEXT   0x40000

Definition at line 22 of file fcntl.h.

◆ _O_WRONLY

#define _O_WRONLY   0x0001

Definition at line 12 of file fcntl.h.

◆ _O_WTEXT

#define _O_WTEXT   0x10000

Definition at line 20 of file fcntl.h.

◆ O_ACCMODE

#define O_ACCMODE   _O_ACCMODE

Definition at line 48 of file fcntl.h.

◆ O_APPEND

#define O_APPEND   _O_APPEND

Definition at line 37 of file fcntl.h.

◆ O_BINARY

#define O_BINARY   _O_BINARY

Definition at line 42 of file fcntl.h.

◆ O_CREAT

#define O_CREAT   _O_CREAT

Definition at line 38 of file fcntl.h.

◆ O_EXCL

#define O_EXCL   _O_EXCL

Definition at line 40 of file fcntl.h.

◆ O_NOINHERIT

#define O_NOINHERIT   _O_NOINHERIT

Definition at line 45 of file fcntl.h.

◆ O_RANDOM

#define O_RANDOM   _O_RANDOM

Definition at line 47 of file fcntl.h.

◆ O_RAW

#define O_RAW   _O_BINARY

Definition at line 43 of file fcntl.h.

◆ O_RDONLY

#define O_RDONLY   _O_RDONLY

Definition at line 34 of file fcntl.h.

◆ O_RDWR

#define O_RDWR   _O_RDWR

Definition at line 36 of file fcntl.h.

◆ O_SEQUENTIAL

#define O_SEQUENTIAL   _O_SEQUENTIAL

Definition at line 46 of file fcntl.h.

◆ O_TEMPORARY

#define O_TEMPORARY   _O_TEMPORARY

Definition at line 44 of file fcntl.h.

◆ O_TEXT

#define O_TEXT   _O_TEXT

Definition at line 41 of file fcntl.h.

◆ O_TRUNC

#define O_TRUNC   _O_TRUNC

Definition at line 39 of file fcntl.h.

◆ O_WRONLY

#define O_WRONLY   _O_WRONLY

Definition at line 35 of file fcntl.h.