#include <sys/stat.h>
Go to the source code of this file.
|
| int * | __errno (void) |
| |
| int | _write (int file, char *ptr, int len) |
| |
| int | _read (int file, char *ptr, int len) |
| |
| int | _close (int file) |
| |
| int | _fstat (int file, struct stat *st) |
| |
| int | _isatty (int file) |
| |
| int | _lseek (int file, int ptr, int dir) |
| |
| void * | _sbrk (int incr) |
| |
| int | _getpid (void) |
| |
| int | _getpid_r (struct _reent *r) |
| |
| int | _kill (int pid, int sig) |
| |
| int | _kill_r (struct _reent *r, int pid, int sig) |
| |
◆ __errno()
◆ _close()
◆ _fstat()
| int _fstat |
( |
int | file, |
|
|
struct stat * | st ) |
◆ _getpid()
◆ _getpid_r()
| int _getpid_r |
( |
struct _reent * | r | ) |
|
◆ _isatty()
◆ _kill()
| int _kill |
( |
int | pid, |
|
|
int | sig ) |
◆ _kill_r()
| int _kill_r |
( |
struct _reent * | r, |
|
|
int | pid, |
|
|
int | sig ) |
◆ _lseek()
| int _lseek |
( |
int | file, |
|
|
int | ptr, |
|
|
int | dir ) |
◆ _read()
| int _read |
( |
int | file, |
|
|
char * | ptr, |
|
|
int | len ) |
◆ _sbrk()
◆ _write()
| int _write |
( |
int | file, |
|
|
char * | ptr, |
|
|
int | len ) |