GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
fcntl-wrappers.h File Reference
#include <sys/types.h>
Include dependency graph for fcntl-wrappers.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int octave_f_dupfd_wrapper (void)
 
int octave_f_getfd_wrapper (void)
 
int octave_f_getfl_wrapper (void)
 
int octave_f_setfd_wrapper (void)
 
int octave_f_setfl_wrapper (void)
 
int octave_fcntl_wrapper (int fd, int cmd, int arg)
 
int octave_o_append_wrapper (void)
 
int octave_o_async_wrapper (void)
 
int octave_o_creat_wrapper (void)
 
int octave_o_excl_wrapper (void)
 
int octave_o_nonblock_wrapper (void)
 
int octave_o_rdonly_wrapper (void)
 
int octave_o_rdwr_wrapper (void)
 
int octave_o_sync_wrapper (void)
 
int octave_o_trunc_wrapper (void)
 
int octave_o_wronly_wrapper (void)
 
int octave_open_wrapper (const char *nm, int flags, mode_t mode)
 

Function Documentation

int octave_f_dupfd_wrapper ( void  )

Definition at line 49 of file fcntl-wrappers.c.

int octave_f_getfd_wrapper ( void  )

Definition at line 59 of file fcntl-wrappers.c.

int octave_f_getfl_wrapper ( void  )

Definition at line 69 of file fcntl-wrappers.c.

int octave_f_setfd_wrapper ( void  )

Definition at line 79 of file fcntl-wrappers.c.

int octave_f_setfl_wrapper ( void  )

Definition at line 89 of file fcntl-wrappers.c.

int octave_fcntl_wrapper ( int  fd,
int  cmd,
int  arg 
)

Definition at line 37 of file fcntl-wrappers.c.

References octave::sys::fcntl().

Referenced by octave::sys::fcntl().

int octave_o_append_wrapper ( void  )

Definition at line 99 of file fcntl-wrappers.c.

int octave_o_async_wrapper ( void  )

Definition at line 109 of file fcntl-wrappers.c.

int octave_o_creat_wrapper ( void  )

Definition at line 119 of file fcntl-wrappers.c.

int octave_o_excl_wrapper ( void  )

Definition at line 129 of file fcntl-wrappers.c.

int octave_o_nonblock_wrapper ( void  )

Definition at line 139 of file fcntl-wrappers.c.

int octave_o_rdonly_wrapper ( void  )

Definition at line 149 of file fcntl-wrappers.c.

int octave_o_rdwr_wrapper ( void  )

Definition at line 159 of file fcntl-wrappers.c.

int octave_o_sync_wrapper ( void  )

Definition at line 169 of file fcntl-wrappers.c.

int octave_o_trunc_wrapper ( void  )

Definition at line 179 of file fcntl-wrappers.c.

int octave_o_wronly_wrapper ( void  )

Definition at line 189 of file fcntl-wrappers.c.

int octave_open_wrapper ( const char *  nm,
int  flags,
mode_t  mode 
)

Definition at line 43 of file fcntl-wrappers.c.