#include <sys/stat.h>
Go to the source code of this file.
|
| int | read (int fd, void *buf, size_t nbytes) |
| |
| int | write (int fd, void *buf, size_t nbytes) |
| |
| off_t | lseek (int fd, off_t ofs, int whence) |
| |
◆ S_IRGRP
◆ S_IROTH
◆ S_IRUSR
◆ S_IRWXG
◆ S_IRWXO
◆ S_IRWXU
◆ S_ISDIR
| #define S_ISDIR |
( |
|
m | ) |
(m & S_IFDIR) |
◆ S_ISREG
| #define S_ISREG |
( |
|
m | ) |
(m & S_IFREG) |
◆ S_IWGRP
| #define S_IWGRP _S_IWRITE |
◆ S_IWOTH
| #define S_IWOTH _S_IWRITE |
◆ S_IWUSR
| #define S_IWUSR _S_IWRITE |
◆ S_IXGRP
◆ S_IXOTH
◆ S_IXUSR
◆ lseek()
◆ read()
| int read |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
nbytes |
|
) |
| |
◆ write()
| int write |
( |
int |
fd, |
|
|
void * |
buf, |
|
|
size_t |
nbytes |
|
) |
| |