#include <cstdlib>
#include <cstring>
#include <algorithm>
#include <iostream>
#include <string>
#include "fcntl-wrappers.h"
#include "signal-wrappers.h"
#include "unistd-wrappers.h"
#include "wait-wrappers.h"
#include "display-available.h"
#include "shared-fcns.h"
Go to the source code of this file.
Macros | |
#define | OCTAVE_ARCHLIBDIR %OCTAVE_ARCHLIBDIR% |
#define | OCTAVE_BINDIR %OCTAVE_BINDIR% |
#define | OCTAVE_EXEC_PREFIX %OCTAVE_EXEC_PREFIX% |
#define | OCTAVE_PREFIX %OCTAVE_PREFIX% |
#define | OCTAVE_VERSION %OCTAVE_VERSION% |
Functions | |
static std::string | get_octave_archlibdir (void) |
static std::string | get_octave_bindir (void) |
int | main (int argc, char **argv) |
static int | octave_exec (const std::string &file, char **argv) |
static char * | strsave (const char *s) |
#define OCTAVE_ARCHLIBDIR %OCTAVE_ARCHLIBDIR% |
Definition at line 56 of file main.in.cc.
#define OCTAVE_BINDIR %OCTAVE_BINDIR% |
Definition at line 60 of file main.in.cc.
#define OCTAVE_EXEC_PREFIX %OCTAVE_EXEC_PREFIX% |
Definition at line 68 of file main.in.cc.
#define OCTAVE_PREFIX %OCTAVE_PREFIX% |
Definition at line 64 of file main.in.cc.
#define OCTAVE_VERSION %OCTAVE_VERSION% |
Definition at line 52 of file main.in.cc.
|
static |
Definition at line 171 of file main.in.cc.
References OCTAVE_ARCHLIBDIR, octave_getenv(), and prepend_octave_exec_home().
Referenced by main().
|
static |
Definition at line 157 of file main.in.cc.
References OCTAVE_BINDIR, octave_getenv(), and prepend_octave_exec_home().
Referenced by main().
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 207 of file main.in.cc.
References dir_sep_char, display_available(), get_octave_archlibdir(), get_octave_bindir(), octave::install_signal_handlers(), len, octave_block_async_signals(), octave_block_signal_by_name(), octave_exec(), octave_fork_wrapper(), octave_kill_wrapper(), octave_setsid_wrapper(), octave_unblock_async_signals(), octave_unblock_signal_by_name(), OCTAVE_VERSION, octave_waitpid_wrapper(), octave_wexitstatus_wrapper(), octave_wifexited_wrapper(), octave_wifsignaled_wrapper(), octave_wtermsig_wrapper(), retval, set_octave_home(), octave::string::strcmp(), strlen(), and strsave().
|
static |
|
static |
Definition at line 195 of file main.in.cc.
Referenced by octave::sys::time::time(), string_vector::c_str_vec(), octave::sys::env::do_set_program_name(), octave::base_lexer::handle_number(), octave::sys::strptime::init(), octave::keyword_almost_match(), main(), octave::sys::base_tm::strftime(), and octave::JVMArgs::update().