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