#include "octave-config.h"
#include <string>
#include <sys/types.h>
Go to the source code of this file.
Functions | |
int | dup2 (int, int) |
int | dup2 (int, int, std::string &) |
int | execvp (const std::string &, const string_vector &) |
int | execvp (const std::string &, const string_vector &, std::string &) |
int | fcntl (int, int, long) |
int | fcntl (int, int, long, std::string &) |
pid_t | fork (std::string &) |
gid_t | getegid () |
uid_t | geteuid () |
gid_t | getgid () |
pid_t | getpgrp (std::string &) |
pid_t | getpid () |
pid_t | getppid () |
uid_t | getuid () |
int | kill (pid_t, int) |
int | kill (pid_t, int, std::string &) |
int | pipe (int *) |
int | pipe (int *, std::string &) |
pid_t | popen2 (const std::string &, const string_vector &, bool, int *) |
pid_t | popen2 (const std::string &, const string_vector &, bool, int *, std::string &) |
pid_t | vfork (std::string &) |
pid_t | waitpid (pid_t, int *status, int) |
pid_t | waitpid (pid_t, int *status, int, std::string &) |
int | wcontinue () |
int | wcoredump (int status) |
int | wexitstatus (int status) |
bool | wifcontinued (int status) |
bool | wifexited (int status) |
bool | wifsignaled (int status) |
bool | wifstopped (int status) |
int | wnohang () |
int | wstopsig (int status) |
int | wtermsig (int status) |
int | wuntraced () |
Definition at line 52 of file oct-syscalls.cc.
Referenced by octave_dup2_wrapper(), and octave_popen2().
Definition at line 59 of file oct-syscalls.cc.
References octave_dup2_wrapper().
|
extern |
Definition at line 74 of file oct-syscalls.cc.
Referenced by octave_execvp_wrapper(), and octave_popen2().
|
extern |
Definition at line 81 of file oct-syscalls.cc.
References string_vector::c_str_vec(), string_vector::delete_c_str_vec(), and octave_execvp_wrapper().
Definition at line 348 of file oct-syscalls.cc.
Referenced by octave_fcntl_wrapper(), and octave_popen2().
Definition at line 355 of file oct-syscalls.cc.
References octave_fcntl_wrapper().
|
extern |
Definition at line 99 of file oct-syscalls.cc.
References NOT_SUPPORTED, octave_fork_wrapper(), and octave_have_fork().
Referenced by octave_async_system_wrapper(), octave_fork_wrapper(), octave_popen2(), and procbuf::open().
|
extern |
Definition at line 167 of file oct-syscalls.cc.
References octave_getegid_wrapper().
Referenced by octave_getegid_wrapper().
|
extern |
Definition at line 179 of file oct-syscalls.cc.
References octave_geteuid_wrapper().
Referenced by octave_geteuid_wrapper().
|
extern |
Definition at line 161 of file oct-syscalls.cc.
References octave_getgid_wrapper().
Referenced by octave_getgid_wrapper().
|
extern |
Definition at line 138 of file oct-syscalls.cc.
References octave_getpgrp_wrapper().
Referenced by octave_getpgrp_wrapper().
|
extern |
Definition at line 149 of file oct-syscalls.cc.
References octave_getpid_wrapper().
Referenced by octave_getpid_wrapper().
|
extern |
Definition at line 155 of file oct-syscalls.cc.
References octave_getppid_wrapper().
Referenced by octave_getppid_wrapper().
|
extern |
Definition at line 173 of file oct-syscalls.cc.
References octave_getuid_wrapper().
Referenced by octave_getuid_wrapper().
Definition at line 295 of file oct-syscalls.cc.
Referenced by octave_kill_wrapper().
Definition at line 302 of file oct-syscalls.cc.
References NOT_SUPPORTED, octave_have_kill(), and octave_kill_wrapper().
Definition at line 185 of file oct-syscalls.cc.
Referenced by octave_pipe_wrapper(), and octave_popen2().
Definition at line 192 of file oct-syscalls.cc.
References octave_pipe_wrapper().
|
extern |
Definition at line 322 of file oct-syscalls.cc.
|
extern |
Definition at line 330 of file oct-syscalls.cc.
References string_vector::c_str_vec(), string_vector::delete_c_str_vec(), and octave_popen2().
|
extern |
Definition at line 117 of file oct-syscalls.cc.
References NOT_SUPPORTED, octave_fork_wrapper(), octave_have_fork(), octave_have_vfork(), and octave_vfork_wrapper().
Referenced by octave_vfork_wrapper().
Definition at line 207 of file oct-syscalls.cc.
Referenced by octave_waitpid_wrapper().
Definition at line 214 of file oct-syscalls.cc.
References octave_waitpid_wrapper().
|
extern |
Definition at line 229 of file oct-syscalls.cc.
References octave_wcontinue_wrapper().
Definition at line 235 of file oct-syscalls.cc.
References octave_wcoredump_wrapper().
Definition at line 265 of file oct-syscalls.cc.
References octave_wexitstatus_wrapper().
Definition at line 241 of file oct-syscalls.cc.
References octave_wifcontinued_wrapper().
Definition at line 247 of file oct-syscalls.cc.
References octave_wifexited_wrapper().
Definition at line 253 of file oct-syscalls.cc.
References octave_wifsignaled_wrapper().
Definition at line 259 of file oct-syscalls.cc.
References octave_wifstopped_wrapper().
|
extern |
Definition at line 271 of file oct-syscalls.cc.
References octave_wnohang_wrapper().
Definition at line 277 of file oct-syscalls.cc.
References octave_wstopsig_wrapper().
Definition at line 283 of file oct-syscalls.cc.
References octave_wtermsig_wrapper().
|
extern |
Definition at line 289 of file oct-syscalls.cc.
References octave_wuntraced_wrapper().