#include "htio.h"
#include "global.h"
#include "stream.h"
Go to the source code of this file.
Defines | |
#define | HT_SYS_NAME "DJGPP" |
#define | SYS_SUPPORT_NATIVE_CLIPBOARD |
#define | SYS_NATIVE_CLIPBOARD_NAME "Windows Clipboard" |
Functions | |
int | sys_canonicalize (char *result, const char *filename) |
int | sys_findclose (pfind_t *pfind) |
int | sys_findfirst (const char *dirname, pfind_t *pfind) |
int | sys_findnext (pfind_t *pfind) |
int | sys_pstat (pstat_t *s, const char *filename) |
void | sys_suspend () |
int | sys_get_free_mem () |
int | sys_truncate (const char *filename, FILEOFS ofs) |
int | sys_deletefile (const char *filename) |
bool | sys_is_path_delim (char c) |
int | sys_filename_cmp (const char *a, const char *b) |
bool | sys_write_data_to_native_clipboard (const void *data, int size) |
int | sys_get_native_clipboard_data_size () |
bool | sys_read_data_from_native_clipboard (void *data, int max_size) |
int | sys_ipc_exec (ht_streamfile **in, ht_streamfile **out, ht_streamfile **err, int *handle, const char *cmd) |
bool | sys_ipc_is_valid (int handle) |
int | sys_ipc_terminate (int handle) |
bool | init_system () |
void | done_system () |
|
Definition at line 27 of file djgpp-x/htsys.h. |
|
Definition at line 30 of file djgpp-x/htsys.h. |
|
Definition at line 29 of file djgpp-x/htsys.h. |
|
Definition at line 341 of file djgpp/htsys.cc. |
|
Definition at line 332 of file djgpp/htsys.cc. |
|
Definition at line 36 of file djgpp/htsys.cc. |
|
Definition at line 164 of file djgpp/htsys.cc. |
|
Definition at line 174 of file djgpp/htsys.cc. |
|
Definition at line 48 of file djgpp/htsys.cc. |
|
Definition at line 91 of file djgpp/htsys.cc. |
|
Definition at line 117 of file djgpp/htsys.cc. |
|
Definition at line 152 of file djgpp/htsys.cc. |
|
Definition at line 287 of file djgpp/htsys.cc. |
|
Definition at line 184 of file djgpp-x/htsys.cc. References FAM_READ, ht_sys_file::init(), ht_null_file::init(), and sys_tmpfile(). |
|
Definition at line 221 of file djgpp/htsys.cc. |
|
Definition at line 227 of file djgpp/htsys.cc. |
|
Definition at line 169 of file djgpp/htsys.cc. |
|
Definition at line 128 of file djgpp/htsys.cc. |
|
Definition at line 299 of file djgpp/htsys.cc. |
|
Definition at line 147 of file djgpp/htsys.cc. |
|
Definition at line 159 of file djgpp/htsys.cc. |
|
Definition at line 260 of file djgpp/htsys.cc. |