#include "ace/os_include/sys/os_stat.h"#include "ace/os_include/sys/os_types.h"

Go to the source code of this file.
Defines | |
| #define | O_BINARY 0 |
| #define | _O_BINARY O_BINARY |
| #define | O_TEXT 0 |
| #define | _O_TEXT O_TEXT |
| #define | O_RAW 0 |
| #define | _O_RAW O_RAW |
| #define | O_NONBLOCK 1 |
| #define | ACE_NONBLOCK O_NDELAY |
| #define | F_GETFL 0 |
file control options
Definition in file os_fcntl.h.
| #define _O_BINARY O_BINARY |
Definition at line 68 of file os_fcntl.h.
| #define _O_RAW O_RAW |
Definition at line 80 of file os_fcntl.h.
| #define _O_TEXT O_TEXT |
Definition at line 74 of file os_fcntl.h.
| #define ACE_NONBLOCK O_NDELAY |
Definition at line 94 of file os_fcntl.h.
| #define F_GETFL 0 |
Definition at line 98 of file os_fcntl.h.
| #define O_BINARY 0 |
Definition at line 65 of file os_fcntl.h.
| #define O_NONBLOCK 1 |
Definition at line 88 of file os_fcntl.h.
| #define O_RAW 0 |
Definition at line 77 of file os_fcntl.h.
| #define O_TEXT 0 |
Definition at line 71 of file os_fcntl.h.
1.7.0