GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
fcntl-wrappers.c File Reference
#include <fcntl.h>
#include "fcntl-wrappers.h"

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

◆ octave_f_dupfd_wrapper()

int octave_f_dupfd_wrapper ( void  )

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

Referenced by octave::FF_DUPFD().

◆ octave_f_getfd_wrapper()

int octave_f_getfd_wrapper ( void  )

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

Referenced by octave::FF_GETFD().

◆ octave_f_getfl_wrapper()

int octave_f_getfl_wrapper ( void  )

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

Referenced by octave::FF_GETFL().

◆ octave_f_setfd_wrapper()

int octave_f_setfd_wrapper ( void  )

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

Referenced by octave::FF_SETFD().

◆ octave_f_setfl_wrapper()

int octave_f_setfl_wrapper ( void  )

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

Referenced by octave::FF_SETFL().

◆ octave_fcntl_wrapper()

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

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

References fcntl().

Referenced by fcntl().

◆ octave_o_append_wrapper()

int octave_o_append_wrapper ( void  )

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

Referenced by octave::FO_APPEND().

◆ octave_o_async_wrapper()

int octave_o_async_wrapper ( void  )

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

Referenced by octave::FO_ASYNC().

◆ octave_o_creat_wrapper()

int octave_o_creat_wrapper ( void  )

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

Referenced by octave::FO_CREAT().

◆ octave_o_excl_wrapper()

int octave_o_excl_wrapper ( void  )

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

Referenced by octave::FO_EXCL().

◆ octave_o_nonblock_wrapper()

int octave_o_nonblock_wrapper ( void  )

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

Referenced by octave::FO_NONBLOCK().

◆ octave_o_rdonly_wrapper()

int octave_o_rdonly_wrapper ( void  )

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

Referenced by octave::FO_RDONLY().

◆ octave_o_rdwr_wrapper()

int octave_o_rdwr_wrapper ( void  )

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

Referenced by octave::FO_RDWR().

◆ octave_o_sync_wrapper()

int octave_o_sync_wrapper ( void  )

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

Referenced by octave::FO_SYNC().

◆ octave_o_trunc_wrapper()

int octave_o_trunc_wrapper ( void  )

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

Referenced by octave::FO_TRUNC().

◆ octave_o_wronly_wrapper()

int octave_o_wronly_wrapper ( void  )

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

Referenced by octave::FO_WRONLY().

◆ octave_open_wrapper()

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

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