os_unistd.h File Reference

#include "ace/config-lite.h"
#include "ace/os_include/sys/os_types.h"
#include "ace/os_include/os_inttypes.h"

Include dependency graph for os_unistd.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define ACE_STDIN   GetStdHandle (STD_INPUT_HANDLE)
#define ACE_STDOUT   GetStdHandle (STD_OUTPUT_HANDLE)
#define ACE_STDERR   GetStdHandle (STD_ERROR_HANDLE)
#define R_OK   04 /* Test for Read permission. */
#define W_OK   02 /* Test for Write permission. */
#define X_OK   R_OK /* Test for eXecute permission. */
#define F_OK   0 /* Test for existence of File. */


Detailed Description

standard symbolic constants and types

Id
os_unistd.h 77304 2007-02-21 22:29:49Z ossama

Author:
Don Hinton <dhinton@dresystems.com>

This code was originally in various places including ace/OS.h.

Definition in file os_unistd.h.


Define Documentation

#define ACE_STDERR   GetStdHandle (STD_ERROR_HANDLE)
 

Definition at line 73 of file os_unistd.h.

Referenced by ACE_Process_Options::set_handles(), and ACE_Process::spawn().

#define ACE_STDIN   GetStdHandle (STD_INPUT_HANDLE)
 

Definition at line 71 of file os_unistd.h.

Referenced by ACE_Event_Handler::read_adapter(), ACE_Event_Handler::register_stdin_handler(), ACE_Event_Handler::remove_stdin_handler(), ACE_Process_Options::set_handles(), and ACE_Process::spawn().

#define ACE_STDOUT   GetStdHandle (STD_OUTPUT_HANDLE)
 

Definition at line 72 of file os_unistd.h.

Referenced by ACE_Process_Options::set_handles(), and ACE_Process::spawn().

#define F_OK   0 /* Test for existence of File. */
 

Definition at line 130 of file os_unistd.h.

Referenced by ACE_Filecache_Object::ACE_Filecache_Object(), ACE_Local_Name_Space<, ACE_LOCK >::create_manager_i(), ACE::ldfind(), and ACE_Configuration_Heap::open().

#define R_OK   04 /* Test for Read permission. */
 

Definition at line 110 of file os_unistd.h.

Referenced by ACE_Filecache_Object::ACE_Filecache_Object().

#define W_OK   02 /* Test for Write permission. */
 

Definition at line 115 of file os_unistd.h.

Referenced by ACE_Filecache_Object::ACE_Filecache_Object().

#define X_OK   R_OK /* Test for eXecute permission. */
 

Definition at line 122 of file os_unistd.h.


Generated on Sun Jan 27 12:47:44 2008 for ACE by doxygen 1.3.6