#include <cstdio>
#include <cstring>
#include "cmd-hist.h"
#include "fcntl-wrappers.h"
#include "file-ops.h"
#include "file-stat.h"
#include "lo-utils.h"
#include "oct-env.h"
#include "oct-syscalls.h"
#include "oct-uname.h"
#include "defun.h"
#include "error.h"
#include "errwarn.h"
#include "event-manager.h"
#include "input.h"
#include "interpreter.h"
#include "oct-hist.h"
#include "oct-map.h"
#include "oct-stdstrm.h"
#include "oct-stream.h"
#include "ovl.h"
#include "sysdep.h"
#include "utils.h"
#include "variables.h"
Go to the source code of this file.
octave_value_list Fcanonicalize_file_name | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1434 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fdup2 | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 122 of file syscalls.cc.
References stream::file_number(), stream_list::lookup(), ovl(), and print_usage().
octave_value_list Fexec | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 176 of file syscalls.cc.
References command_history::clean_up_and_save(), command_history::ignoring_entries(), len, string_vector::numel(), ovl(), print_usage(), string_vector::resize(), and history_system::write_timestamp().
octave_value_list FF_DUPFD | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1463 of file syscalls.cc.
References err_disabled_feature(), and octave_f_dupfd_wrapper().
octave_value_list FF_GETFD | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1479 of file syscalls.cc.
References err_disabled_feature(), and octave_f_getfd_wrapper().
octave_value_list FF_GETFL | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1495 of file syscalls.cc.
References err_disabled_feature(), and octave_f_getfl_wrapper().
octave_value_list FF_SETFD | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1511 of file syscalls.cc.
References err_disabled_feature(), and octave_f_setfd_wrapper().
octave_value_list FF_SETFL | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1527 of file syscalls.cc.
References err_disabled_feature(), and octave_f_setfl_wrapper().
octave_value_list Ffcntl | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 446 of file syscalls.cc.
References error(), stream::file_number(), stream_list::lookup(), ovl(), and print_usage().
octave_value_list Ffork | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 513 of file syscalls.cc.
References error(), ovl(), and print_usage().
octave_value_list Fgetegid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 575 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgeteuid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 601 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgetgid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 588 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgethostname | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1087 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgetpgrp | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 532 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgetpid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 549 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgetppid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 562 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fgetuid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 614 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fkill | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 645 of file syscalls.cc.
References error(), ovl(), and print_usage().
octave_value_list Flstat | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 684 of file syscalls.cc.
References print_usage().
octave_value_list Fmkfifo | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 737 of file syscalls.cc.
References error(), ovl(), and print_usage().
octave_value_list FO_APPEND | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1547 of file syscalls.cc.
References err_disabled_feature(), and octave_o_append_wrapper().
octave_value_list FO_ASYNC | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1566 of file syscalls.cc.
References err_disabled_feature(), and octave_o_async_wrapper().
octave_value_list FO_CREAT | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1586 of file syscalls.cc.
References err_disabled_feature(), and octave_o_creat_wrapper().
octave_value_list FO_EXCL | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1605 of file syscalls.cc.
References err_disabled_feature(), and octave_o_excl_wrapper().
octave_value_list FO_NONBLOCK | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1625 of file syscalls.cc.
References err_disabled_feature(), and octave_o_nonblock_wrapper().
octave_value_list FO_RDONLY | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1644 of file syscalls.cc.
References err_disabled_feature(), and octave_o_rdonly_wrapper().
octave_value_list FO_RDWR | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1664 of file syscalls.cc.
References err_disabled_feature(), and octave_o_rdwr_wrapper().
octave_value_list FO_SYNC | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1683 of file syscalls.cc.
References err_disabled_feature(), and octave_o_sync_wrapper().
octave_value_list FO_TRUNC | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1703 of file syscalls.cc.
References err_disabled_feature(), and octave_o_trunc_wrapper().
octave_value_list FO_WRONLY | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1722 of file syscalls.cc.
References err_disabled_feature(), and octave_o_wronly_wrapper().
octave_value_list Fpipe | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 795 of file syscalls.cc.
References stdiostream::create(), stream_list::insert(), ovl(), and print_usage().
octave_value_list Fpopen2 | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 266 of file syscalls.cc.
References stdiostream::create(), error(), stream_list::insert(), len, string_vector::numel(), ovl(), print_usage(), and string_vector::resize().
octave_value_list FS_ISBLK | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1019 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FS_ISCHR | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1001 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FS_ISDIR | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 983 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FS_ISFIFO | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1037 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FS_ISLNK | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1055 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FS_ISREG | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 965 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FS_ISSOCK | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1073 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list Fstat | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | |||
) |
Definition at line 916 of file syscalls.cc.
References error(), stream_list::get_file_number(), and print_usage().
octave_value_list Funame | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1118 of file syscalls.cc.
References octave_scalar_map::assign(), ovl(), and print_usage().
octave_value_list Funlink | ( | octave::interpreter & | interp, |
const octave_value_list & | args, | ||
int | nargout | ||
) |
Definition at line 1155 of file syscalls.cc.
References error(), event_manager::file_remove(), event_manager::file_renamed(), ovl(), and print_usage().
octave_value_list Fwaitpid | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1254 of file syscalls.cc.
References octave_value_list::length(), ovl(), and print_usage().
octave_value_list FWCONTINUE | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1769 of file syscalls.cc.
octave_value_list FWCOREDUMP | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1359 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWEXITSTATUS | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1302 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWIFCONTINUED | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1415 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWIFEXITED | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1283 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWIFSIGNALED | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1319 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWIFSTOPPED | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1379 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWNOHANG | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1741 of file syscalls.cc.
octave_value_list FWSTOPSIG | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1398 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWTERMSIG | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1338 of file syscalls.cc.
References ovl(), and print_usage().
octave_value_list FWUNTRACED | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 1755 of file syscalls.cc.