Go to the source code of this file.
|
static int | system_fsync (int fd) |
|
static int | system_ftruncate (int fd, off_t length) |
|
static off_t | system_lseek (int fildes, off_t offset, int whence) |
|
static int | system_open (const char *pathname, int flags, mode_t mode) |
|
static ssize_t | system_read (int fd, void *buf, size_t count) |
|
static void * | system_realloc (void *ptr, size_t size) |
|
static ssize_t | system_write (int fd, const void *buf, size_t count) |
|
static int system_fsync |
( |
int |
fd | ) |
|
|
inlinestatic |
static int system_ftruncate |
( |
int |
fd, |
|
|
off_t |
length |
|
) |
| |
|
inlinestatic |
static off_t system_lseek |
( |
int |
fildes, |
|
|
off_t |
offset, |
|
|
int |
whence |
|
) |
| |
|
inlinestatic |
static int system_open |
( |
const char * |
pathname, |
|
|
int |
flags, |
|
|
mode_t |
mode |
|
) |
| |
|
inlinestatic |
static ssize_t system_read |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
count |
|
) |
| |
|
inlinestatic |
static void* system_realloc |
( |
void * |
ptr, |
|
|
size_t |
size |
|
) |
| |
|
inlinestatic |
static ssize_t system_write |
( |
int |
fd, |
|
|
const void * |
buf, |
|
|
size_t |
count |
|
) |
| |
|
inlinestatic |