#include <cstdio>#include <cstdlib>#include <cstring>#include "_Exit-wrapper.h"#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 F_Exit | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 544 of file syscalls.cc.
References octave__Exit_wrapper(), ovl(), and print_usage().
| octave_value_list Fcanonicalize_file_name | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1467 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 124 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 178 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 1496 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 1512 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 1528 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 1544 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 1560 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 445 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 514 of file syscalls.cc.
References error(), ovl(), and print_usage().
| octave_value_list Fgetegid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 608 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgeteuid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 634 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgetgid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 621 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgethostname | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1120 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgetpgrp | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 565 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgetpid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 582 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgetppid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 595 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fgetuid | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 647 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list Fkill | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 678 of file syscalls.cc.
References error(), ovl(), and print_usage().
| octave_value_list Flstat | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 717 of file syscalls.cc.
References print_usage().
| octave_value_list Fmkfifo | ( | const octave_value_list & | args, |
| int | nargout | ||
| ) |
Definition at line 770 of file syscalls.cc.
References error(), ovl(), and print_usage().
| octave_value_list FO_APPEND | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1580 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 1599 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 1619 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 1638 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 1658 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 1677 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 1697 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 1716 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 1736 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 1755 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 828 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 268 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 1052 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FS_ISCHR | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1034 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FS_ISDIR | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1016 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FS_ISFIFO | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1070 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FS_ISLNK | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1088 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FS_ISREG | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 998 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FS_ISSOCK | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1106 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 949 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 1151 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 1188 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 1287 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 1802 of file syscalls.cc.
| octave_value_list FWCOREDUMP | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1392 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWEXITSTATUS | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1335 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWIFCONTINUED | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1448 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWIFEXITED | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1316 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWIFSIGNALED | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1352 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWIFSTOPPED | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1412 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWNOHANG | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1774 of file syscalls.cc.
| octave_value_list FWSTOPSIG | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1431 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWTERMSIG | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1371 of file syscalls.cc.
References ovl(), and print_usage().
| octave_value_list FWUNTRACED | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 1788 of file syscalls.cc.