ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

fcntl.h
Go to the documentation of this file.
00001 
00006 #include <crtdefs.h>
00007 
00008 #ifndef _INC_FCNTL
00009 #define _INC_FCNTL
00010 
00011 #define _O_RDONLY 0x0000
00012 #define _O_WRONLY 0x0001
00013 #define _O_RDWR 0x0002
00014 #define _O_APPEND 0x0008
00015 #define _O_CREAT 0x0100
00016 #define _O_TRUNC 0x0200
00017 #define _O_EXCL 0x0400
00018 #define _O_TEXT 0x4000
00019 #define _O_BINARY 0x8000
00020 #define _O_WTEXT 0x10000
00021 #define _O_U16TEXT 0x20000
00022 #define _O_U8TEXT 0x40000
00023 #define _O_ACCMODE (_O_RDONLY|_O_WRONLY|_O_RDWR)
00024 
00025 #define _O_RAW _O_BINARY
00026 #define _O_NOINHERIT 0x0080
00027 #define _O_TEMPORARY 0x0040
00028 #define _O_SHORT_LIVED 0x1000
00029 
00030 #define _O_SEQUENTIAL 0x0020
00031 #define _O_RANDOM 0x0010
00032 
00033 #if !defined(NO_OLDNAMES) || defined(_POSIX)
00034 #define O_RDONLY _O_RDONLY
00035 #define O_WRONLY _O_WRONLY
00036 #define O_RDWR _O_RDWR
00037 #define O_APPEND _O_APPEND
00038 #define O_CREAT _O_CREAT
00039 #define O_TRUNC _O_TRUNC
00040 #define O_EXCL _O_EXCL
00041 #define O_TEXT _O_TEXT
00042 #define O_BINARY _O_BINARY
00043 #define O_RAW _O_BINARY
00044 #define O_TEMPORARY _O_TEMPORARY
00045 #define O_NOINHERIT _O_NOINHERIT
00046 #define O_SEQUENTIAL _O_SEQUENTIAL
00047 #define O_RANDOM _O_RANDOM
00048 #define O_ACCMODE _O_ACCMODE
00049 #endif
00050 #endif

Generated on Sun May 27 2012 04:29:51 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.