Defines | Functions

oct-syscalls.cc File Reference

#include <cerrno>
#include <cstdlib>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>
#include <fcntl.h>
#include <signal.h>
#include "lo-utils.h"
#include "lo-sysdep.h"
#include "oct-syscalls.h"
#include "str-vec.h"
Include dependency graph for oct-syscalls.cc:

Go to the source code of this file.

Defines

#define NOT_SUPPORTED(nm)   nm ": not supported on this system"

Functions

int octave_fcntl (int fd, int cmd, long arg)
int octave_fcntl (int fd, int cmd, long arg, std::string &msg)

Define Documentation

#define NOT_SUPPORTED (   nm  )     nm ": not supported on this system"

Function Documentation

int octave_fcntl ( int  fd,
int  cmd,
long  arg 
)

Definition at line 397 of file oct-syscalls.cc.

References octave_fcntl().

Referenced by DEFUNX(), octave_fcntl(), and octave_syscalls::popen2().

int octave_fcntl ( int  fd,
int  cmd,
long  arg,
std::string &  msg 
)

Definition at line 404 of file oct-syscalls.cc.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines