#include <stdbool.h>
#include <sys/types.h>
Go to the source code of this file.
int octave_access_f_ok | ( | void | ) |
Definition at line 57 of file unistd-wrappers.c.
int octave_access_r_ok | ( | void | ) |
Definition at line 63 of file unistd-wrappers.c.
int octave_access_w_ok | ( | void | ) |
Definition at line 69 of file unistd-wrappers.c.
int octave_access_wrapper | ( | const char * | nm, |
int | mode | ||
) |
Definition at line 81 of file unistd-wrappers.c.
int octave_access_x_ok | ( | void | ) |
Definition at line 75 of file unistd-wrappers.c.
int octave_chdir_wrapper | ( | const char * | nm | ) |
Definition at line 87 of file unistd-wrappers.c.
References chdir(), free(), and u8_to_wchar().
Referenced by chdir().
int octave_close_wrapper | ( | int | fd | ) |
Definition at line 100 of file unistd-wrappers.c.
Referenced by procbuf::open().
const char* octave_ctermid_wrapper | ( | void | ) |
Definition at line 106 of file unistd-wrappers.c.
int octave_dup2_wrapper | ( | int | fd1, |
int | fd2 | ||
) |
Definition at line 116 of file unistd-wrappers.c.
References dup2().
Referenced by dup2(), and procbuf::open().
int octave_execv_wrapper | ( | const char * | file, |
char *const * | argv | ||
) |
Definition at line 122 of file unistd-wrappers.c.
References free(), malloc(), and u8_to_wchar().
int octave_execvp_wrapper | ( | const char * | file, |
char *const * | argv | ||
) |
pid_t octave_fork_wrapper | ( | void | ) |
Definition at line 187 of file unistd-wrappers.c.
References fork().
int octave_ftruncate_wrapper | ( | int | fd, |
off_t | sz | ||
) |
Definition at line 197 of file unistd-wrappers.c.
char* octave_getcwd_wrapper | ( | char * | nm, |
size_t | len | ||
) |
Definition at line 203 of file unistd-wrappers.c.
References free(), getcwd(), len, strlen(), and u8_from_wchar().
Referenced by getcwd().
gid_t octave_getegid_wrapper | ( | void | ) |
uid_t octave_geteuid_wrapper | ( | void | ) |
Definition at line 240 of file unistd-wrappers.c.
References geteuid().
Referenced by command_editor::do_decode_prompt_string(), and geteuid().
gid_t octave_getgid_wrapper | ( | void | ) |
int octave_gethostname_wrapper | ( | char * | nm, |
size_t | len | ||
) |
Definition at line 260 of file unistd-wrappers.c.
References len.
pid_t octave_getpgrp_wrapper | ( | void | ) |
pid_t octave_getpid_wrapper | ( | void | ) |
Definition at line 276 of file unistd-wrappers.c.
References getpid().
Referenced by getpid(), and interpreter::interrupt().
pid_t octave_getppid_wrapper | ( | void | ) |
uid_t octave_getuid_wrapper | ( | void | ) |
bool octave_have_fork | ( | void | ) |
Definition at line 396 of file unistd-wrappers.c.
bool octave_have_vfork | ( | void | ) |
Definition at line 406 of file unistd-wrappers.c.
Referenced by vfork().
int octave_isatty_wrapper | ( | int | fd | ) |
Definition at line 306 of file unistd-wrappers.c.
References isatty.
Referenced by octave::raw_mode().
int octave_link_wrapper | ( | const char * | nm1, |
const char * | nm2 | ||
) |
Definition at line 312 of file unistd-wrappers.c.
References octave::sys::link().
Referenced by octave::sys::link().
int octave_pipe_wrapper | ( | int * | fd | ) |
int octave_rmdir_wrapper | ( | const char * | nm | ) |
Definition at line 324 of file unistd-wrappers.c.
References free(), octave::sys::rmdir(), and u8_to_wchar().
Referenced by octave::sys::rmdir().
pid_t octave_setsid_wrapper | ( | void | ) |
Definition at line 337 of file unistd-wrappers.c.
int octave_stdin_fileno | ( | void | ) |
Definition at line 347 of file unistd-wrappers.c.
References STDIN_FILENO.
int octave_stdout_fileno | ( | void | ) |
Definition at line 353 of file unistd-wrappers.c.
int octave_symlink_wrapper | ( | const char * | nm1, |
const char * | nm2 | ||
) |
Definition at line 359 of file unistd-wrappers.c.
References octave::sys::symlink().
Referenced by octave::sys::symlink().
int octave_unlink_wrapper | ( | const char * | nm | ) |
Definition at line 365 of file unistd-wrappers.c.
References free(), u8_to_wchar(), and octave::sys::unlink().
Referenced by temporary_file_list::cleanup(), fopen_tmp(), and octave::sys::unlink().
pid_t octave_vfork_wrapper | ( | void | ) |