#include <sys/types.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) |
int octave_f_dupfd_wrapper | ( | void | ) |
Definition at line 52 of file fcntl-wrappers.c.
Referenced by octave::FF_DUPFD().
int octave_f_getfd_wrapper | ( | void | ) |
Definition at line 62 of file fcntl-wrappers.c.
Referenced by octave::FF_GETFD().
int octave_f_getfl_wrapper | ( | void | ) |
Definition at line 72 of file fcntl-wrappers.c.
Referenced by octave::FF_GETFL().
int octave_f_setfd_wrapper | ( | void | ) |
Definition at line 82 of file fcntl-wrappers.c.
Referenced by octave::FF_SETFD().
int octave_f_setfl_wrapper | ( | void | ) |
Definition at line 92 of file fcntl-wrappers.c.
Referenced by octave::FF_SETFL().
int octave_fcntl_wrapper | ( | int | fd, |
int | cmd, | ||
int | arg | ||
) |
int octave_o_append_wrapper | ( | void | ) |
Definition at line 102 of file fcntl-wrappers.c.
Referenced by octave::FO_APPEND().
int octave_o_async_wrapper | ( | void | ) |
Definition at line 112 of file fcntl-wrappers.c.
Referenced by octave::FO_ASYNC().
int octave_o_creat_wrapper | ( | void | ) |
Definition at line 122 of file fcntl-wrappers.c.
Referenced by octave::FO_CREAT().
int octave_o_excl_wrapper | ( | void | ) |
Definition at line 132 of file fcntl-wrappers.c.
Referenced by octave::FO_EXCL().
int octave_o_nonblock_wrapper | ( | void | ) |
Definition at line 142 of file fcntl-wrappers.c.
Referenced by octave::FO_NONBLOCK().
int octave_o_rdonly_wrapper | ( | void | ) |
Definition at line 152 of file fcntl-wrappers.c.
Referenced by octave::FO_RDONLY().
int octave_o_rdwr_wrapper | ( | void | ) |
Definition at line 162 of file fcntl-wrappers.c.
Referenced by octave::FO_RDWR().
int octave_o_sync_wrapper | ( | void | ) |
Definition at line 172 of file fcntl-wrappers.c.
Referenced by octave::FO_SYNC().
int octave_o_trunc_wrapper | ( | void | ) |
Definition at line 182 of file fcntl-wrappers.c.
Referenced by octave::FO_TRUNC().
int octave_o_wronly_wrapper | ( | void | ) |
Definition at line 192 of file fcntl-wrappers.c.
Referenced by octave::FO_WRONLY().
int octave_open_wrapper | ( | const char * | nm, |
int | flags, | ||
mode_t | mode | ||
) |
Definition at line 46 of file fcntl-wrappers.c.