Defines

os_fcntl.h File Reference

#include "ace/os_include/sys/os_stat.h"
#include "ace/os_include/sys/os_types.h"
Include dependency graph for os_fcntl.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

file control options

Id:
os_fcntl.h 80826 2008-03-04 14:51:23Z wotte
Author:
Don Hinton <dhinton@dresystems.com>
This code was originally in various places including ace/OS.h.

Definition in file os_fcntl.h.


Define Documentation

#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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines