Namespaces | |
file_ops | |
Classes | |
class | base_file_stat |
class | base_tm |
class | cpu_time |
class | dir_entry |
class | env |
class | file_fstat |
class | file_stat |
class | gmtime |
class | group |
class | localtime |
class | password |
class | resource_usage |
class | strptime |
class | time |
class | uname |
Functions | |
std::string | blas_version (void) |
std::string | canonicalize_file_name (const std::string &name) |
std::string | canonicalize_file_name (const std::string &name, std::string &msg) |
int | chdir (const std::string &path_arg) |
int | dup2 (int old_fd, int new_fd) |
int | dup2 (int old_fd, int new_fd, std::string &msg) |
int | execvp (const std::string &file, const string_vector &args, std::string &msg) |
int | execvp (const std::string &file, const string_vector &argv) |
int | fcntl (int fd, int cmd, long arg) |
int | fcntl (int fd, int cmd, long arg, std::string &msg) |
bool | fnmatch (const string_vector &pat, const std::string &str, int fnm_flags) |
std::FILE * | fopen (const std::string &filename, const std::string &mode) |
pid_t | fork (std::string &msg) |
std::fstream | fstream (const std::string &filename, const std::ios::openmode mode) |
std::string | get_ASCII_filename (const std::string &orig_file_name) |
bool | get_dirlist (const std::string &dirname, string_vector &dirlist, std::string &msg) |
std::string | getcwd (void) |
gid_t | getegid (void) |
std::string | getenv_wrapper (const std::string &name) |
uid_t | geteuid (void) |
gid_t | getgid (void) |
pid_t | getpgrp (std::string &msg) |
pid_t | getpid (void) |
pid_t | getppid (void) |
uid_t | getuid (void) |
string_vector | glob (const string_vector &pat) |
std::ifstream | ifstream (const std::string &filename, const std::ios::openmode mode) |
int | kill (pid_t pid, int sig) |
int | kill (pid_t pid, int sig, std::string &msg) |
std::string | lapack_version (void) |
int | link (const std::string &old_name, const std::string &new_name) |
int | link (const std::string &old_name, const std::string &new_name, std::string &msg) |
int | mkdir (const std::string &name, mode_t mode, std::string &msg) |
int | mkdir (const std::string &nm, mode_t md) |
int | mkfifo (const std::string &name, mode_t mode, std::string &msg) |
int | mkfifo (const std::string &nm, mode_t md) |
std::ofstream | ofstream (const std::string &filename, const std::ios::openmode mode) |
bool | operator!= (const time &t1, const time &t2) |
time | operator+ (const time &t1, const time &t2) |
bool | operator< (const time &t1, const time &t2) |
std::ostream & | operator<< (std::ostream &os, const time &ot) |
bool | operator<= (const time &t1, const time &t2) |
bool | operator== (const time &t1, const time &t2) |
bool | operator> (const time &t1, const time &t2) |
bool | operator>= (const time &t1, const time &t2) |
int | pipe (int *fildes) |
int | pipe (int *fildes, std::string &msg) |
pid_t | popen2 (const std::string &cmd, const string_vector &args, bool sync_mode, int *fildes) |
pid_t | popen2 (const std::string &cmd, const string_vector &args, bool sync_mode, int *fildes, std::string &msg) |
void | putenv_wrapper (const std::string &name, const std::string &value) |
int | readlink (const std::string &path, std::string &result) |
int | readlink (const std::string &path, std::string &result, std::string &msg) |
int | recursive_rmdir (const std::string &name) |
int | recursive_rmdir (const std::string &name, std::string &msg) |
int | rename (const std::string &from, const std::string &to) |
int | rename (const std::string &from, const std::string &to, std::string &msg) |
int | rmdir (const std::string &name) |
int | rmdir (const std::string &name, std::string &msg) |
int | symlink (const std::string &old_name, const std::string &new_name) |
int | symlink (const std::string &old_name, const std::string &new_name, std::string &msg) |
std::string | tempnam (const std::string &dir, const std::string &pfx) |
std::string | tempnam (const std::string &dir, const std::string &pfx, std::string &msg) |
std::string | u8_from_wstring (const std::wstring &wchar_string) |
std::wstring | u8_to_wstring (const std::string &utf8_string) |
int | umask (mode_t mode) |
int | unlink (const std::string &name) |
int | unlink (const std::string &name, std::string &msg) |
int | unsetenv_wrapper (const std::string &name) |
pid_t | vfork (std::string &msg) |
pid_t | waitpid (pid_t pid, int *status, int options) |
pid_t | waitpid (pid_t pid, int *status, int options, std::string &msg) |
int | wcontinue (void) |
int | wcoredump (int status) |
int | wexitstatus (int status) |
bool | wifcontinued (int status) |
bool | wifexited (int status) |
bool | wifsignaled (int status) |
bool | wifstopped (int status) |
string_vector | windows_glob (const string_vector &pat) |
int | wnohang (void) |
int | wstopsig (int status) |
int | wtermsig (int status) |
int | wuntraced (void) |
std::string octave::sys::blas_version | ( | void | ) |
Definition at line 45 of file lo-sysinfo.cc.
References len, retval, and octave::dynamic_library::search().
Referenced by F__blas_version__().
OCTAVE_API std::string octave::sys::canonicalize_file_name | ( | const std::string & | name | ) |
Definition at line 693 of file file-ops.cc.
References name.
Referenced by octave::symbol_scope_rep::cache_dir_name(), Faudioinfo(), Fcanonicalize_file_name(), Fdbstatus(), get_ASCII_filename(), octave::load_path::dir_info::initialize(), octave::fcn_info::fcn_info_rep::load_private_function(), octave::maybe_canonicalize(), octave_canonicalize_file_name_wrapper(), hdf5_fstreambase::open_create(), octave::file_editor_tab::save_file(), octave::tree_evaluator::source_file(), and octave::load_path::dir_info::update().
OCTAVE_API std::string octave::sys::canonicalize_file_name | ( | const std::string & | name, |
std::string & | msg | ||
) |
Definition at line 699 of file file-ops.cc.
References free(), octave::jit_convention::length, name, octave_canonicalize_file_name_wrapper(), octave_locale_charset_wrapper(), octave_u8_conv_from_encoding(), octave_u8_conv_to_encoding(), retval, strlen(), u8_from_wstring(), and u8_to_wstring().
int octave::sys::chdir | ( | const std::string & | path_arg | ) |
Definition at line 88 of file lo-sysdep.cc.
References octave_chdir_wrapper(), path, and octave::sys::file_ops::tilde_expand().
Referenced by octave::sys::env::do_chdir(), and octave_chdir_wrapper().
OCTAVE_API int octave::sys::dup2 | ( | int | old_fd, |
int | new_fd | ||
) |
Definition at line 53 of file oct-syscalls.cc.
Referenced by QUnixTerminalImpl::~QUnixTerminalImpl(), QUnixTerminalImpl::connectToPty(), Fdup2(), octave_dup2_wrapper(), octave_popen2(), and QConsolePrivate::setupStandardIO().
OCTAVE_API int octave::sys::dup2 | ( | int | old_fd, |
int | new_fd, | ||
std::string & | msg | ||
) |
Definition at line 60 of file oct-syscalls.cc.
References octave_dup2_wrapper().
OCTAVE_API int octave::sys::execvp | ( | const std::string & | file, |
const string_vector & | args, | ||
std::string & | msg | ||
) |
Definition at line 82 of file oct-syscalls.cc.
References string_vector::c_str_vec(), string_vector::delete_c_str_vec(), and octave_execvp_wrapper().
OCTAVE_API int octave::sys::execvp | ( | const std::string & | file, |
const string_vector & | argv | ||
) |
Definition at line 75 of file oct-syscalls.cc.
Referenced by Fexec(), octave_execvp_wrapper(), and octave_popen2().
OCTAVE_API int octave::sys::fcntl | ( | int | fd, |
int | cmd, | ||
long | arg | ||
) |
Definition at line 349 of file oct-syscalls.cc.
Referenced by KPty::close(), Ffcntl(), octave_fcntl_wrapper(), octave_popen2(), and KPty::open().
OCTAVE_API int octave::sys::fcntl | ( | int | fd, |
int | cmd, | ||
long | arg, | ||
std::string & | msg | ||
) |
Definition at line 356 of file oct-syscalls.cc.
References octave_fcntl_wrapper().
bool octave::sys::fnmatch | ( | const string_vector & | pat, |
const std::string & | str, | ||
int | fnm_flags | ||
) |
Definition at line 58 of file oct-glob.cc.
References string_vector::numel(), octave_fnm_nomatch_wrapper(), and octave_fnmatch_wrapper().
Referenced by glob_match::match(), and octave_fnmatch_wrapper().
std::FILE * octave::sys::fopen | ( | const std::string & | filename, |
const std::string & | mode | ||
) |
Definition at line 295 of file lo-sysdep.cc.
References u8_to_wstring().
Referenced by do_stream_open(), F__delaunayn__(), F__voronoi__(), Fconvhulln(), octave::gl2ps_print(), octave::init_mersenne_twister(), and QConsolePrivate::log().
OCTAVE_API pid_t octave::sys::fork | ( | std::string & | msg | ) |
Definition at line 100 of file oct-syscalls.cc.
References NOT_SUPPORTED, octave_fork_wrapper(), and octave_have_fork().
Referenced by Ffork(), octave_async_system_wrapper(), octave_fork_wrapper(), octave_popen2(), and octave_procbuf::open().
std::fstream octave::sys::fstream | ( | const std::string & | filename, |
const std::ios::openmode | mode | ||
) |
Definition at line 367 of file lo-sysdep.cc.
References u8_to_wstring().
Referenced by octave::history_system::do_edit_history().
std::string octave::sys::get_ASCII_filename | ( | const std::string & | orig_file_name | ) |
Definition at line 551 of file lo-sysdep.cc.
References canonicalize_file_name(), octave::sys::file_ops::dir_sep_chars(), octave::sys::file_ops::dir_sep_str(), octave::crypto::hash(), octave::jit_convention::length, mkdir(), u8_from_wstring(), u8_to_wstring(), and unlink().
Referenced by octave::check_gzip_magic(), octave::load_save_system::get_file_format(), hdf5_fstreambase::open_create(), and octave::load_save_system::save().
bool octave::sys::get_dirlist | ( | const std::string & | dirname, |
string_vector & | dirlist, | ||
std::string & | msg | ||
) |
Definition at line 101 of file lo-sysdep.cc.
References octave::sys::dir_entry::close(), octave::sys::file_ops::dirname(), octave::sys::dir_entry::error(), octave::sys::dir_entry::read(), u8_from_wstring(), and u8_to_wstring().
Referenced by Freaddir(), octave::genpath(), octave::load_path::dir_info::get_file_list(), octave::base_url_transfer::mput_directory(), recursive_rmdir(), and octave::xzip().
std::string octave::sys::getcwd | ( | void | ) |
Definition at line 53 of file lo-sysdep.cc.
References free(), octave_getcwd_wrapper(), retval, and u8_from_wstring().
Referenced by octave::sys::env::do_getcwd(), and octave_getcwd_wrapper().
OCTAVE_API gid_t octave::sys::getegid | ( | void | ) |
Definition at line 168 of file oct-syscalls.cc.
References octave_getegid_wrapper().
Referenced by Fgetegid(), and octave_getegid_wrapper().
std::string octave::sys::getenv_wrapper | ( | const std::string & | name | ) |
Definition at line 442 of file lo-sysdep.cc.
References name, u8_from_wstring(), and u8_to_wstring().
Referenced by octave::sys::env::do_getenv().
OCTAVE_API uid_t octave::sys::geteuid | ( | void | ) |
Definition at line 180 of file oct-syscalls.cc.
References octave_geteuid_wrapper().
Referenced by KPty::close(), Fgeteuid(), octave_geteuid_wrapper(), and KPty::open().
OCTAVE_API gid_t octave::sys::getgid | ( | void | ) |
Definition at line 162 of file oct-syscalls.cc.
References octave_getgid_wrapper().
Referenced by KPty::close(), Fgetgid(), octave_getgid_wrapper(), and KPty::open().
OCTAVE_API pid_t octave::sys::getpgrp | ( | std::string & | msg | ) |
Definition at line 139 of file oct-syscalls.cc.
References octave_getpgrp_wrapper().
Referenced by Fgetpgrp(), and octave_getpgrp_wrapper().
OCTAVE_API pid_t octave::sys::getpid | ( | void | ) |
Definition at line 150 of file oct-syscalls.cc.
References octave_getpid_wrapper().
Referenced by Fgetpid(), and octave_getpid_wrapper().
OCTAVE_API pid_t octave::sys::getppid | ( | void | ) |
Definition at line 156 of file oct-syscalls.cc.
References octave_getppid_wrapper().
Referenced by Fgetppid(), and octave_getppid_wrapper().
OCTAVE_API uid_t octave::sys::getuid | ( | void | ) |
Definition at line 174 of file oct-syscalls.cc.
References octave_getuid_wrapper().
Referenced by octave::sys::env::do_get_home_directory(), octave::sys::env::do_get_user_name(), Fgetuid(), octave_getuid_wrapper(), and KPty::open().
string_vector octave::sys::glob | ( | const string_vector & | pat | ) |
Definition at line 73 of file oct-glob.cc.
References octave::action_container::add_fcn(), n, string_vector::numel(), octave_create_glob_info_struct(), octave_destroy_glob_info_struct(), octave_glob_match_list(), octave_glob_nosort_wrapper(), octave_glob_num_matches(), octave_glob_wrapper(), octave_globfree_wrapper(), Array< T >::resize(), retval, octave::single_match_exists(), and Array< T >::sort().
Referenced by glob_match::glob(), and octave_glob_wrapper().
std::ifstream octave::sys::ifstream | ( | const std::string & | filename, |
const std::ios::openmode | mode | ||
) |
Definition at line 381 of file lo-sysdep.cc.
References u8_to_wstring().
Referenced by octave::check_gzip_magic(), do_dbtype(), F__ftp_mput__(), Fdlmread(), octave::load_save_system::get_file_format(), octave::get_file_line(), octave::load_save_system::load(), octave::base_url_transfer::mput_directory(), read_classpath_txt(), octave::JVMArgs::read_java_opts(), and octave::file_info::snarf_file().
OCTAVE_API int octave::sys::kill | ( | pid_t | pid, |
int | sig | ||
) |
Definition at line 296 of file oct-syscalls.cc.
Referenced by Fkill(), and octave_kill_wrapper().
OCTAVE_API int octave::sys::kill | ( | pid_t | pid, |
int | sig, | ||
std::string & | msg | ||
) |
Definition at line 303 of file oct-syscalls.cc.
References NOT_SUPPORTED, octave_have_kill(), and octave_kill_wrapper().
std::string octave::sys::lapack_version | ( | void | ) |
Definition at line 163 of file lo-sysinfo.cc.
References F77_FUNC(), F77_RET_T(), retval, octave::dynamic_library::search(), and STRINGIZE.
Referenced by F__lapack_version__().
OCTAVE_API int octave::sys::link | ( | const std::string & | old_name, |
const std::string & | new_name | ||
) |
Definition at line 440 of file file-ops.cc.
Referenced by Flink().
OCTAVE_API int octave::sys::link | ( | const std::string & | old_name, |
const std::string & | new_name, | ||
std::string & | msg | ||
) |
Definition at line 446 of file file-ops.cc.
References octave_link_wrapper().
OCTAVE_API int octave::sys::mkdir | ( | const std::string & | name, |
mode_t | mode, | ||
std::string & | msg | ||
) |
Definition at line 410 of file file-ops.cc.
References name, and octave_mkdir_wrapper().
OCTAVE_API int octave::sys::mkdir | ( | const std::string & | nm, |
mode_t | md | ||
) |
Definition at line 404 of file file-ops.cc.
Referenced by F__mkdir__(), get_ASCII_filename(), octave::base_url_transfer::mget_directory(), octave_mkdir_wrapper(), and octave::xzip().
OCTAVE_API int octave::sys::mkfifo | ( | const std::string & | name, |
mode_t | mode, | ||
std::string & | msg | ||
) |
Definition at line 428 of file file-ops.cc.
References name, and octave_mkfifo_wrapper().
OCTAVE_API int octave::sys::mkfifo | ( | const std::string & | nm, |
mode_t | md | ||
) |
Definition at line 422 of file file-ops.cc.
Referenced by Fmkfifo(), and octave_mkfifo_wrapper().
std::ofstream octave::sys::ofstream | ( | const std::string & | filename, |
const std::ios::openmode | mode | ||
) |
Definition at line 395 of file lo-sysdep.cc.
References u8_to_wstring().
Referenced by octave::load_save_system::dump_octave_core(), F__ftp_mget__(), Furlwrite(), main(), octave::base_url_transfer::mget_directory(), octave::mk_tmp_hist_file(), octave::load_save_system::save(), and octave::diary_buf::sync().
|
inline |
Definition at line 137 of file oct-time.h.
Definition at line 181 of file oct-time.h.
References octave::sys::time::unix_time(), and octave::sys::time::usec().
Definition at line 142 of file oct-time.h.
References octave::sys::time::unix_time(), and octave::sys::time::usec().
std::ostream& octave::sys::operator<< | ( | std::ostream & | os, |
const time & | ot | ||
) |
Definition at line 97 of file oct-time.cc.
Definition at line 155 of file oct-time.h.
Definition at line 131 of file oct-time.h.
References octave::sys::time::unix_time(), and octave::sys::time::usec().
Definition at line 162 of file oct-time.h.
References octave::sys::time::unix_time(), and octave::sys::time::usec().
Definition at line 175 of file oct-time.h.
OCTAVE_API int octave::sys::pipe | ( | int * | fildes | ) |
Definition at line 186 of file oct-syscalls.cc.
Referenced by Fpipe(), octave_pipe_wrapper(), octave_popen2(), and octave_procbuf::open().
OCTAVE_API int octave::sys::pipe | ( | int * | fildes, |
std::string & | msg | ||
) |
Definition at line 193 of file oct-syscalls.cc.
References octave_pipe_wrapper().
OCTAVE_API pid_t octave::sys::popen2 | ( | const std::string & | cmd, |
const string_vector & | args, | ||
bool | sync_mode, | ||
int * | fildes | ||
) |
Definition at line 323 of file oct-syscalls.cc.
Referenced by Fpopen2().
OCTAVE_API pid_t octave::sys::popen2 | ( | const std::string & | cmd, |
const string_vector & | args, | ||
bool | sync_mode, | ||
int * | fildes, | ||
std::string & | msg | ||
) |
Definition at line 331 of file oct-syscalls.cc.
References string_vector::c_str_vec(), string_vector::delete_c_str_vec(), and octave_popen2().
void octave::sys::putenv_wrapper | ( | const std::string & | name, |
const std::string & | value | ||
) |
Definition at line 409 of file lo-sysdep.cc.
References octave::action_container::add_fcn(), current_liboctave_error_handler, free(), malloc(), name, octave_putenv_wrapper(), and u8_to_wchar().
Referenced by octave::sys::env::putenv(), and unsetenv_wrapper().
OCTAVE_API int octave::sys::readlink | ( | const std::string & | path, |
std::string & | result | ||
) |
OCTAVE_API int octave::sys::readlink | ( | const std::string & | path, |
std::string & | result, | ||
std::string & | msg | ||
) |
Definition at line 488 of file file-ops.cc.
References free(), octave_areadlink_wrapper(), and path.
OCTAVE_API int octave::sys::recursive_rmdir | ( | const std::string & | name | ) |
Definition at line 557 of file file-ops.cc.
References name.
Referenced by octave::documentation::~documentation(), Frmdir(), and recursive_rmdir().
OCTAVE_API int octave::sys::recursive_rmdir | ( | const std::string & | name, |
std::string & | msg | ||
) |
Definition at line 563 of file file-ops.cc.
References octave::sys::file_ops::dir_sep_str(), octave::sys::base_file_stat::error(), get_dirlist(), octave::sys::base_file_stat::is_dir(), name, string_vector::numel(), recursive_rmdir(), rmdir(), and unlink().
OCTAVE_API int octave::sys::rename | ( | const std::string & | from, |
const std::string & | to | ||
) |
Definition at line 508 of file file-ops.cc.
Referenced by octave::workspace_view::contextmenu_requested(), Frename(), and hdf5_fstreambase::open_create().
OCTAVE_API int octave::sys::rename | ( | const std::string & | from, |
const std::string & | to, | ||
std::string & | msg | ||
) |
Definition at line 514 of file file-ops.cc.
References u8_to_wstring().
OCTAVE_API int octave::sys::rmdir | ( | const std::string & | name | ) |
Definition at line 535 of file file-ops.cc.
References name.
Referenced by Frmdir(), octave_rmdir_wrapper(), and recursive_rmdir().
OCTAVE_API int octave::sys::rmdir | ( | const std::string & | name, |
std::string & | msg | ||
) |
Definition at line 541 of file file-ops.cc.
References name, and octave_rmdir_wrapper().
OCTAVE_API int octave::sys::symlink | ( | const std::string & | old_name, |
const std::string & | new_name | ||
) |
Definition at line 461 of file file-ops.cc.
Referenced by Freadlink(), Fsymlink(), and octave_symlink_wrapper().
OCTAVE_API int octave::sys::symlink | ( | const std::string & | old_name, |
const std::string & | new_name, | ||
std::string & | msg | ||
) |
Definition at line 467 of file file-ops.cc.
References octave_symlink_wrapper().
OCTAVE_API std::string octave::sys::tempnam | ( | const std::string & | dir, |
const std::string & | pfx | ||
) |
Definition at line 646 of file file-ops.cc.
Referenced by octave::documentation::documentation(), Ftempname(), octave::mk_tmp_hist_file(), and hdf5_fstreambase::open_create().
OCTAVE_API std::string octave::sys::tempnam | ( | const std::string & | dir, |
const std::string & | pfx, | ||
std::string & | msg | ||
) |
Definition at line 652 of file file-ops.cc.
References octave::sys::file_ops::dir_sep_char(), octave::sys::env::get_temp_directory(), octave_gen_tempname_wrapper(), and retval.
std::string octave::sys::u8_from_wstring | ( | const std::wstring & | wchar_string | ) |
Definition at line 490 of file lo-sysdep.cc.
References free(), octave::jit_convention::length, octave_u8_conv_from_encoding(), and retval.
Referenced by canonicalize_file_name(), get_ASCII_filename(), get_dirlist(), getcwd(), and getenv_wrapper().
std::wstring octave::sys::u8_to_wstring | ( | const std::string & | utf8_string | ) |
Definition at line 468 of file lo-sysdep.cc.
References free(), octave::jit_convention::length, octave_u8_conv_to_encoding(), and retval.
Referenced by canonicalize_file_name(), octave::drive_or_unc_share(), F__open_with_system_app__(), Fdlmread(), fopen(), fstream(), get_ASCII_filename(), get_dirlist(), getenv_wrapper(), ifstream(), ofstream(), READABLE(), rename(), octave::same_file_internal(), and unsetenv_wrapper().
OCTAVE_API int octave::sys::umask | ( | mode_t | mode | ) |
Definition at line 621 of file file-ops.cc.
References octave_umask_wrapper().
Referenced by Fumask(), and octave_umask_wrapper().
OCTAVE_API int octave::sys::unlink | ( | const std::string & | name | ) |
Definition at line 626 of file file-ops.cc.
References name.
Referenced by delete_file(), octave::base_url_transfer::delete_file(), Funlink(), get_ASCII_filename(), octave_unlink_wrapper(), recursive_rmdir(), and octave::xzip().
OCTAVE_API int octave::sys::unlink | ( | const std::string & | name, |
std::string & | msg | ||
) |
Definition at line 632 of file file-ops.cc.
References name, and octave_unlink_wrapper().
int octave::sys::unsetenv_wrapper | ( | const std::string & | name | ) |
Definition at line 455 of file lo-sysdep.cc.
References name, octave_unsetenv_wrapper(), putenv_wrapper(), and u8_to_wstring().
Referenced by Funsetenv().
OCTAVE_API pid_t octave::sys::vfork | ( | std::string & | msg | ) |
Definition at line 118 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().
OCTAVE_API pid_t octave::sys::waitpid | ( | pid_t | pid, |
int * | status, | ||
int | options | ||
) |
Definition at line 208 of file oct-syscalls.cc.
Referenced by octave_procbuf::close(), Fwaitpid(), octave_waitpid_wrapper(), and octave::child_list::wait().
OCTAVE_API pid_t octave::sys::waitpid | ( | pid_t | pid, |
int * | status, | ||
int | options, | ||
std::string & | msg | ||
) |
Definition at line 215 of file oct-syscalls.cc.
References octave_waitpid_wrapper(), and retval.
OCTAVE_API int octave::sys::wcontinue | ( | void | ) |
Definition at line 230 of file oct-syscalls.cc.
References octave_wcontinue_wrapper().
Referenced by FWCONTINUE().
OCTAVE_API int octave::sys::wcoredump | ( | int | status | ) |
Definition at line 236 of file oct-syscalls.cc.
References octave_wcoredump_wrapper().
Referenced by FWCOREDUMP().
OCTAVE_API int octave::sys::wexitstatus | ( | int | status | ) |
Definition at line 266 of file oct-syscalls.cc.
References octave_wexitstatus_wrapper().
Referenced by Fsystem(), FWEXITSTATUS(), octave::run_command_and_return_output(), and run_command_and_return_output().
OCTAVE_API bool octave::sys::wifcontinued | ( | int | status | ) |
Definition at line 242 of file oct-syscalls.cc.
References octave_wifcontinued_wrapper().
Referenced by FWIFCONTINUED().
OCTAVE_API bool octave::sys::wifexited | ( | int | status | ) |
Definition at line 248 of file oct-syscalls.cc.
References octave_wifexited_wrapper().
Referenced by Fsystem(), FWIFEXITED(), octave::pager_event_handler(), octave::run_command_and_return_output(), and run_command_and_return_output().
OCTAVE_API bool octave::sys::wifsignaled | ( | int | status | ) |
Definition at line 254 of file oct-syscalls.cc.
References octave_wifsignaled_wrapper().
Referenced by FWIFSIGNALED(), and octave::pager_event_handler().
OCTAVE_API bool octave::sys::wifstopped | ( | int | status | ) |
Definition at line 260 of file oct-syscalls.cc.
References octave_wifstopped_wrapper().
Referenced by FWIFSTOPPED().
string_vector octave::sys::windows_glob | ( | const string_vector & | pat | ) |
Definition at line 149 of file oct-glob.cc.
References octave::action_container::add_fcn(), len, m, n, string_vector::numel(), octave_create_glob_info_struct(), octave_destroy_glob_info_struct(), octave_glob_match_list(), octave_glob_nosort_wrapper(), octave_glob_num_matches(), octave_glob_wrapper(), octave_globfree_wrapper(), Array< T >::resize(), retval, octave::single_match_exists(), and Array< T >::sort().
Referenced by F__wglob__().
OCTAVE_API int octave::sys::wnohang | ( | void | ) |
Definition at line 272 of file oct-syscalls.cc.
References octave_wnohang_wrapper().
Referenced by FWNOHANG(), and octave::child_list::wait().
OCTAVE_API int octave::sys::wstopsig | ( | int | status | ) |
Definition at line 278 of file oct-syscalls.cc.
References octave_wstopsig_wrapper().
Referenced by FWSTOPSIG().
OCTAVE_API int octave::sys::wtermsig | ( | int | status | ) |
Definition at line 284 of file oct-syscalls.cc.
References octave_wtermsig_wrapper().
Referenced by FWTERMSIG().
OCTAVE_API int octave::sys::wuntraced | ( | void | ) |
Definition at line 290 of file oct-syscalls.cc.
References octave_wuntraced_wrapper().
Referenced by FWUNTRACED().