GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
This is the complete list of members for octave_syscalls, including all inherited members.
dup2(int, int) | octave_syscalls | static |
dup2(int, int, std::string &) | octave_syscalls | static |
execvp(const std::string &, const string_vector &) | octave_syscalls | static |
execvp(const std::string &, const string_vector &, std::string &) | octave_syscalls | static |
fork(std::string &) | octave_syscalls | static |
getegid(void) | octave_syscalls | static |
geteuid(void) | octave_syscalls | static |
getgid(void) | octave_syscalls | static |
getpgrp(std::string &) | octave_syscalls | static |
getpid(void) | octave_syscalls | static |
getppid(void) | octave_syscalls | static |
getuid(void) | octave_syscalls | static |
kill(pid_t, int) | octave_syscalls | static |
kill(pid_t, int, std::string &) | octave_syscalls | static |
pipe(int *) | octave_syscalls | static |
pipe(int *, std::string &) | octave_syscalls | static |
popen2(const std::string &, const string_vector &, bool, int *) | octave_syscalls | static |
popen2(const std::string &, const string_vector &, bool, int *, std::string &) | octave_syscalls | static |
popen2(const std::string &, const string_vector &, bool, int *, std::string &, bool &interactive) | octave_syscalls | static |
vfork(std::string &) | octave_syscalls | static |
waitpid(pid_t, int *status, int) | octave_syscalls | static |
waitpid(pid_t, int *status, int, std::string &) | octave_syscalls | static |