Go to the documentation of this file.
7 #define O_NOCTTY 010000
9 #define O_NONBLOCK 00004
10 #define O_APPEND 00010
11 #define O_DSYNC 040000
12 #define O_DIRECTORY 0100000
13 #define O_NOFOLLOW 0200000
14 #define O_LARGEFILE 0400000
15 #define O_DIRECT 02000000
16 #define O_NOATIME 04000000
17 #define O_CLOEXEC 010000000
31 #define __O_SYNC 020000000
32 #define O_SYNC (__O_SYNC|O_DSYNC)
34 #define O_PATH 040000000