GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Macros | 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.

Macros

#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)
 

Macro Definition 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 399 of file oct-syscalls.cc.

References octave_fcntl().

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

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

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