unix/SysFile.hpp File Reference
#include "rexxapitypes.h"
#include <fcntl.h>
Include dependency graph for unix/SysFile.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SysFile
 

Macros

#define RX_O_RDONLY   O_RDONLY
 
#define RX_O_WRONLY   O_WRONLY
 
#define RX_O_RDWR   O_RDWR
 
#define RX_O_CREAT   O_CREAT
 
#define RX_O_EXCL   O_EXCL
 
#define RX_O_TRUNC   O_TRUNC
 
#define RX_O_APPEND   O_APPEND
 
#define RX_SH_DENYWR   0
 
#define RX_SH_DENYRD   0
 
#define RX_SH_DENYRW   0
 
#define RX_SH_DENYNO   0
 
#define RX_S_IWRITE   (S_IWUSR | S_IWGRP | S_IWOTH)
 
#define RX_S_IREAD   (S_IRUSR | S_IRGRP | S_IROTH)
 
#define LINE_TERMINATOR   "\n"
 

Macro Definition Documentation

◆ LINE_TERMINATOR

#define LINE_TERMINATOR   "\n"

Definition at line 87 of file unix/SysFile.hpp.

◆ RX_O_APPEND

#define RX_O_APPEND   O_APPEND

Definition at line 62 of file unix/SysFile.hpp.

◆ RX_O_CREAT

#define RX_O_CREAT   O_CREAT

Definition at line 59 of file unix/SysFile.hpp.

◆ RX_O_EXCL

#define RX_O_EXCL   O_EXCL

Definition at line 60 of file unix/SysFile.hpp.

◆ RX_O_RDONLY

#define RX_O_RDONLY   O_RDONLY

Definition at line 56 of file unix/SysFile.hpp.

◆ RX_O_RDWR

#define RX_O_RDWR   O_RDWR

Definition at line 58 of file unix/SysFile.hpp.

◆ RX_O_TRUNC

#define RX_O_TRUNC   O_TRUNC

Definition at line 61 of file unix/SysFile.hpp.

◆ RX_O_WRONLY

#define RX_O_WRONLY   O_WRONLY

Definition at line 57 of file unix/SysFile.hpp.

◆ RX_S_IREAD

#define RX_S_IREAD   (S_IRUSR | S_IRGRP | S_IROTH)

Definition at line 70 of file unix/SysFile.hpp.

◆ RX_S_IWRITE

#define RX_S_IWRITE   (S_IWUSR | S_IWGRP | S_IWOTH)

Definition at line 69 of file unix/SysFile.hpp.

◆ RX_SH_DENYNO

#define RX_SH_DENYNO   0

Definition at line 67 of file unix/SysFile.hpp.

◆ RX_SH_DENYRD

#define RX_SH_DENYRD   0

Definition at line 65 of file unix/SysFile.hpp.

◆ RX_SH_DENYRW

#define RX_SH_DENYRW   0

Definition at line 66 of file unix/SysFile.hpp.

◆ RX_SH_DENYWR

#define RX_SH_DENYWR   0

Definition at line 64 of file unix/SysFile.hpp.