Go to the source code of this file.
Macros | |
| #define | O_RDONLY 0x0001 |
| #define | O_WRONLY 0x0002 |
| #define | O_RDWR 0x0004 |
| #define | O_CREAT 0x0008 |
| #define | O_EXCL 0x0010 |
| #define | O_TRUNC 0x0020 |
| #define | F_SETFD 1 |
Functions | |
| int | open (char const *__CCPP_RESTRICT __path, int __flags,...) |
| int | fcntl (int fd, int cmd,...) |
| #define F_SETFD 1 |
| #define O_CREAT 0x0008 |
| #define O_EXCL 0x0010 |
| #define O_RDONLY 0x0001 |
| #define O_RDWR 0x0004 |
| #define O_TRUNC 0x0020 |
| #define O_WRONLY 0x0002 |
| int fcntl | ( | int | fd, |
| int | cmd, | ||
| ... ) |
| int open | ( | char const *__CCPP_RESTRICT | __path, |
| int | __flags, | ||
| ... ) |