#include "htio.h"
#include "global.h"
#include "stream.h"
Go to the source code of this file.
Defines | |
#define | HT_SYS_NAME "POSIX" |
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) |
int | sys_ipc_exec (ht_streamfile **in, ht_streamfile **out, ht_streamfile **err, int *handle, const char *cmd, int options) |
bool | sys_ipc_is_valid (int handle) |
int | sys_ipc_terminate (int handle) |
int | sys_get_caps () |
bool | init_system () |
void | done_system () |
|
Definition at line 27 of file posix/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 233 of file djgpp/htsys.cc. |
|
Definition at line 152 of file djgpp/htsys.cc. |
|
Definition at line 189 of file djgpp/htsys.cc. |
|
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 147 of file djgpp/htsys.cc. |
|
Definition at line 159 of file djgpp/htsys.cc. |