#include <cstdio>
#include <string>
#include "lo-ieee.h"
#include "lo-sysdep.h"
Go to the source code of this file.
Defines | |
#define | MINGW_SIGNAL_CLEANUP() do { } while (0) |
Functions | |
OCTINTERP_API std::string | get_P_tmpdir (void) |
OCTINTERP_API int | octave_kbhit (bool wait=true) |
OCTINTERP_API int | octave_pclose (FILE *f) |
OCTINTERP_API FILE * | octave_popen (const char *command, const char *mode) |
OCTINTERP_API void | raw_mode (bool, bool wait=true) |
OCTINTERP_API bool | same_file_internal (const std::string &, const std::string &) |
void | sysdep_cleanup (void) |
void | sysdep_init (void) |
void | w32_set_quiet_shutdown (void) |
#define MINGW_SIGNAL_CLEANUP | ( | ) | do { } while (0) |
Definition at line 53 of file sysdep.h.
Referenced by my_friendly_exit(), and sysdep_cleanup().
OCTINTERP_API std::string get_P_tmpdir | ( | void | ) |
Definition at line 461 of file sysdep.cc.
References octave_ignore_interrupts(), octave_set_interrupt_handler(), and raw_mode().
Referenced by DEFUN().
OCTINTERP_API int octave_pclose | ( | FILE * | f | ) |
Definition at line 449 of file sysdep.cc.
Referenced by octave_procbuf::close().
Definition at line 429 of file sysdep.cc.
Referenced by octave_procbuf::open().
Definition at line 286 of file sysdep.cc.
References error(), interactive, and warning().
Referenced by do_octave_atexit(), and octave_kbhit().
OCTINTERP_API bool same_file_internal | ( | const std::string & | , | |
const std::string & | ||||
) |
Definition at line 204 of file sysdep.cc.
References base_file_stat::dev(), and base_file_stat::ino().
Referenced by same_file().
void sysdep_cleanup | ( | void | ) |
Definition at line 268 of file sysdep.cc.
References MINGW_SIGNAL_CLEANUP.
Referenced by do_octave_atexit().
void sysdep_init | ( | void | ) |
Definition at line 256 of file sysdep.cc.
Referenced by octave_main().
void w32_set_quiet_shutdown | ( | void | ) |
Referenced by octave_catch_interrupts().