GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#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"
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) |
#define NOT_SUPPORTED | ( | nm | ) | nm ": not supported on this system" |
Definition at line 47 of file oct-syscalls.cc.
Referenced by octave_syscalls::dup2(), octave_syscalls::execvp(), octave_syscalls::fork(), octave_syscalls::getpgrp(), octave_syscalls::kill(), octave_syscalls::pipe(), octave_syscalls::vfork(), and octave_syscalls::waitpid().
Definition at line 399 of file oct-syscalls.cc.
References octave_fcntl().
Referenced by Ffcntl(), octave_fcntl(), and octave_syscalls::popen2().
Definition at line 406 of file oct-syscalls.cc.