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

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

Go to the source code of this file.
Defines | |
| #define | ACE_STDIN 0 |
| #define | ACE_STDOUT 1 |
| #define | ACE_STDERR 2 |
| #define | R_OK 04 |
| #define | W_OK 02 |
| #define | X_OK 01 |
| #define | F_OK 0 |
This code was originally in various places including ace/OS.h.
Definition in file os_unistd.h.
| #define ACE_STDERR 2 |
Definition at line 90 of file os_unistd.h.
Referenced by ACE_Process_Options::set_handles(), and ACE_Process::spawn().
| #define ACE_STDIN 0 |
Definition at line 80 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 1 |
Definition at line 85 of file os_unistd.h.
Referenced by ACE_Process_Options::set_handles(), and ACE_Process::spawn().
| #define F_OK 0 |
Definition at line 127 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 |
Definition at line 110 of file os_unistd.h.
Referenced by ACE_Filecache_Object::ACE_Filecache_Object().
| #define W_OK 02 |
Definition at line 114 of file os_unistd.h.
Referenced by ACE_Filecache_Object::ACE_Filecache_Object().
| #define X_OK 01 |
Definition at line 122 of file os_unistd.h.
1.4.7