#include <cmsis-plus/posix-io/types.h>
Go to the source code of this file.
Functions | |
int | _close_r (void *ptr, int fildes) |
int | _execve_r (void *ptr, const char *path, char *const argv[], char *const envp[]) |
int | _fcntl_r (void *ptr, int fildes, int cmd, int arg) |
pid_t | _fork_r (void *ptr) |
int | _fstat_r (void *ptr, int fildes, struct stat *buf) |
pid_t | _getpid_r (void *ptr) |
int | _gettimeofday_r (void *ptr, timeval *ptimeval, void *ptimezone) |
int | _isatty_r (void *ptr, int fildes) |
int | _kill_r (void *ptr, pid_t pid, int sig) |
int | _link_r (void *ptr, const char *existing, const char *_new) |
off_t | _lseek_r (void *ptr, int fildes, off_t offset, int whence) |
int | _mkdir_r (void *ptr, const char *path, mode_t mode) |
int | _open_r (void *ptr, const char *path, int oflag, int mode) |
ssize_t | _read_r (void *ptr, int fildes, void *buf, size_t nbyte) |
int | _rename_r (void *ptr, const char *oldfn, const char *newfn) |
int | _stat_r (void *ptr, const char *path, struct stat *buf) |
clock_t | _times_r (void *ptr, tms *buf) |
int | _unlink_r (void *ptr, const char *name) |
pid_t | _wait_r (void *ptr, int *stat_loc) |
ssize_t | _write_r (void *ptr, int fildes, const void *buf, size_t nbyte) |
int _close_r | ( | void * | ptr, |
int | fildes | ||
) |
Definition at line 43 of file c-newlib-reent.cpp.
int _execve_r | ( | void * | ptr, |
const char * | path, | ||
char *const | argv[], | ||
char *const | envp[] | ||
) |
Definition at line 49 of file c-newlib-reent.cpp.
int _fcntl_r | ( | void * | ptr, |
int | fildes, | ||
int | cmd, | ||
int | arg | ||
) |
Definition at line 56 of file c-newlib-reent.cpp.
pid_t _fork_r | ( | void * | ptr | ) |
Definition at line 62 of file c-newlib-reent.cpp.
int _fstat_r | ( | void * | ptr, |
int | fildes, | ||
struct stat * | buf | ||
) |
Definition at line 73 of file c-newlib-reent.cpp.
pid_t _getpid_r | ( | void * | ptr | ) |
Definition at line 80 of file c-newlib-reent.cpp.
int _gettimeofday_r | ( | void * | ptr, |
timeval * | ptimeval, | ||
void * | ptimezone | ||
) |
Definition at line 86 of file c-newlib-reent.cpp.
int _isatty_r | ( | void * | ptr, |
int | fildes | ||
) |
Definition at line 92 of file c-newlib-reent.cpp.
int _kill_r | ( | void * | ptr, |
pid_t | pid, | ||
int | sig | ||
) |
Definition at line 98 of file c-newlib-reent.cpp.
int _link_r | ( | void * | ptr, |
const char * | existing, | ||
const char * | _new | ||
) |
Definition at line 104 of file c-newlib-reent.cpp.
off_t _lseek_r | ( | void * | ptr, |
int | fildes, | ||
off_t | offset, | ||
int | whence | ||
) |
Definition at line 110 of file c-newlib-reent.cpp.
int _mkdir_r | ( | void * | ptr, |
const char * | path, | ||
mode_t | mode | ||
) |
Definition at line 116 of file c-newlib-reent.cpp.
int _open_r | ( | void * | ptr, |
const char * | path, | ||
int | oflag, | ||
int | mode | ||
) |
Definition at line 122 of file c-newlib-reent.cpp.
ssize_t _read_r | ( | void * | ptr, |
int | fildes, | ||
void * | buf, | ||
size_t | nbyte | ||
) |
Definition at line 128 of file c-newlib-reent.cpp.
int _rename_r | ( | void * | ptr, |
const char * | oldfn, | ||
const char * | newfn | ||
) |
Definition at line 134 of file c-newlib-reent.cpp.
int _stat_r | ( | void * | ptr, |
const char * | path, | ||
struct stat * | buf | ||
) |
Definition at line 145 of file c-newlib-reent.cpp.
clock_t _times_r | ( | void * | ptr, |
tms * | buf | ||
) |
Definition at line 152 of file c-newlib-reent.cpp.
int _unlink_r | ( | void * | ptr, |
const char * | name | ||
) |
Definition at line 158 of file c-newlib-reent.cpp.
pid_t _wait_r | ( | void * | ptr, |
int * | stat_loc | ||
) |
Definition at line 164 of file c-newlib-reent.cpp.
ssize_t _write_r | ( | void * | ptr, |
int | fildes, | ||
const void * | buf, | ||
size_t | nbyte | ||
) |
Definition at line 170 of file c-newlib-reent.cpp.