Zephyr API 3.6.99
|
Go to the source code of this file.
Macros | |
#define | O_CREAT 0x0200 |
#define | O_TRUNC 0x0400 |
#define | O_APPEND 0x0008 |
#define | O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) |
#define | O_RDONLY 00 |
#define | O_WRONLY 01 |
#define | O_RDWR 02 |
#define | O_EXCL 0x0800 |
#define | O_NONBLOCK 0x4000 |
#define | F_DUPFD 0 |
#define | F_GETFL 3 |
#define | F_SETFL 4 |
Functions | |
int | open (const char *name, int flags,...) |
int | fcntl (int fildes, int cmd,...) |
#define F_DUPFD 0 |
#define F_GETFL 3 |
#define F_SETFL 4 |
#define O_APPEND 0x0008 |
#define O_CREAT 0x0200 |
#define O_EXCL 0x0800 |
#define O_NONBLOCK 0x4000 |
#define O_RDONLY 00 |
#define O_RDWR 02 |
#define O_TRUNC 0x0400 |
#define O_WRONLY 01 |
int fcntl | ( | int | fildes, |
int | cmd, | ||
... ) |
int open | ( | const char * | name, |
int | flags, | ||
... ) |