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
octave_syscalls Member List

This is the complete list of members for octave_syscalls, including all inherited members.

dup2(int, int)octave_syscallsstatic
dup2(int, int, std::string &)octave_syscallsstatic
execvp(const std::string &, const string_vector &)octave_syscallsstatic
execvp(const std::string &, const string_vector &, std::string &)octave_syscallsstatic
fork(std::string &)octave_syscallsstatic
getegid(void)octave_syscallsstatic
geteuid(void)octave_syscallsstatic
getgid(void)octave_syscallsstatic
getpgrp(std::string &)octave_syscallsstatic
getpid(void)octave_syscallsstatic
getppid(void)octave_syscallsstatic
getuid(void)octave_syscallsstatic
kill(pid_t, int)octave_syscallsstatic
kill(pid_t, int, std::string &)octave_syscallsstatic
pipe(int *)octave_syscallsstatic
pipe(int *, std::string &)octave_syscallsstatic
popen2(const std::string &, const string_vector &, bool, int *)octave_syscallsstatic
popen2(const std::string &, const string_vector &, bool, int *, std::string &)octave_syscallsstatic
popen2(const std::string &, const string_vector &, bool, int *, std::string &, bool &interactive)octave_syscallsstatic
vfork(std::string &)octave_syscallsstatic
waitpid(pid_t, int *status, int)octave_syscallsstatic
waitpid(pid_t, int *status, int, std::string &)octave_syscallsstatic