|
int | octave::sys::dup2 (int old_fd, int new_fd) |
|
int | octave::sys::dup2 (int old_fd, int new_fd, std::string &msg) |
|
int | octave::sys::execvp (const std::string &file, const string_vector &args, std::string &msg) |
|
int | octave::sys::execvp (const std::string &file, const string_vector &argv) |
|
int | octave::sys::fcntl (int fd, int cmd, long arg) |
|
int | octave::sys::fcntl (int fd, int cmd, long arg, std::string &msg) |
|
pid_t | octave::sys::fork (std::string &msg) |
|
gid_t | octave::sys::getegid (void) |
|
uid_t | octave::sys::geteuid (void) |
|
gid_t | octave::sys::getgid (void) |
|
pid_t | octave::sys::getpgrp (std::string &msg) |
|
pid_t | octave::sys::getpid (void) |
|
pid_t | octave::sys::getppid (void) |
|
uid_t | octave::sys::getuid (void) |
|
int | octave::sys::kill (pid_t pid, int sig) |
|
int | octave::sys::kill (pid_t pid, int sig, std::string &msg) |
|
int | octave::sys::pipe (int *fildes) |
|
int | octave::sys::pipe (int *fildes, std::string &msg) |
|
pid_t | octave::sys::popen2 (const std::string &cmd, const string_vector &args, bool sync_mode, int *fildes) |
|
pid_t | octave::sys::popen2 (const std::string &cmd, const string_vector &args, bool sync_mode, int *fildes, std::string &msg) |
|
pid_t | octave::sys::vfork (std::string &msg) |
|
pid_t | octave::sys::waitpid (pid_t pid, int *status, int options) |
|
pid_t | octave::sys::waitpid (pid_t pid, int *status, int options, std::string &msg) |
|
int | octave::sys::wcontinue (void) |
|
int | octave::sys::wcoredump (int status) |
|
int | octave::sys::wexitstatus (int status) |
|
bool | octave::sys::wifcontinued (int status) |
|
bool | octave::sys::wifexited (int status) |
|
bool | octave::sys::wifsignaled (int status) |
|
bool | octave::sys::wifstopped (int status) |
|
int | octave::sys::wnohang (void) |
|
int | octave::sys::wstopsig (int status) |
|
int | octave::sys::wtermsig (int status) |
|
int | octave::sys::wuntraced (void) |
|