#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) |
|
extern |
Definition at line 52 of file fcntl-wrappers.c.
Referenced by FF_DUPFD().
|
extern |
Definition at line 62 of file fcntl-wrappers.c.
Referenced by FF_GETFD().
|
extern |
Definition at line 72 of file fcntl-wrappers.c.
Referenced by FF_GETFL().
|
extern |
Definition at line 82 of file fcntl-wrappers.c.
Referenced by FF_SETFD().
|
extern |
Definition at line 92 of file fcntl-wrappers.c.
Referenced by FF_SETFL().
|
extern |
Definition at line 102 of file fcntl-wrappers.c.
Referenced by FO_APPEND().
|
extern |
Definition at line 112 of file fcntl-wrappers.c.
Referenced by FO_ASYNC().
|
extern |
Definition at line 122 of file fcntl-wrappers.c.
Referenced by FO_CREAT().
|
extern |
Definition at line 132 of file fcntl-wrappers.c.
Referenced by FO_EXCL().
|
extern |
Definition at line 142 of file fcntl-wrappers.c.
Referenced by FO_NONBLOCK().
|
extern |
Definition at line 152 of file fcntl-wrappers.c.
Referenced by FO_RDONLY().
|
extern |
Definition at line 162 of file fcntl-wrappers.c.
Referenced by FO_RDWR().
|
extern |
Definition at line 172 of file fcntl-wrappers.c.
Referenced by FO_SYNC().
|
extern |
Definition at line 182 of file fcntl-wrappers.c.
Referenced by FO_TRUNC().
|
extern |
Definition at line 192 of file fcntl-wrappers.c.
Referenced by FO_WRONLY().
Definition at line 46 of file fcntl-wrappers.c.