Go to the documentation of this file. 33 #ifndef _FREERTOS_POSIX_FCNTL_H_ 34 #define _FREERTOS_POSIX_FCNTL_H_ 40 #define O_CLOEXEC 0x0001 41 #define O_CREAT 0x0002 42 #define O_DIRECTORY 0x0004 44 #define O_NOCTTY 0x0010 45 #define O_NOFOLLOW 0x0020 46 #define O_TRUNC 0x0040 47 #define O_TTY_INIT 0x0080 54 #define O_APPEND 0x0100 55 #define O_DSYNC 0x0200 56 #define O_NONBLOCK 0x0400 57 #define O_RSYNC 0x0800 65 #define O_ACCMODE 0xF000 73 #define O_RDONLY 0x2000 75 #define O_SEARCH 0x4000 76 #define O_WRONLY 0x8000