Zephyr API Documentation 4.0.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
fcntl.h File Reference

Go to the source code of this file.

Macros

#define O_APPEND   ZVFS_O_APPEND
 
#define O_CREAT   ZVFS_O_CREAT
 
#define O_EXCL   ZVFS_O_EXCL
 
#define O_NONBLOCK   ZVFS_O_NONBLOCK
 
#define O_TRUNC   ZVFS_O_TRUNC
 
#define O_ACCMODE   (ZVFS_O_RDONLY | ZVFS_O_RDWR | ZVFS_O_WRONLY)
 
#define O_RDONLY   ZVFS_O_RDONLY
 
#define O_RDWR   ZVFS_O_RDWR
 
#define O_WRONLY   ZVFS_O_WRONLY
 
#define F_DUPFD   ZVFS_F_DUPFD
 
#define F_GETFL   ZVFS_F_GETFL
 
#define F_SETFL   ZVFS_F_SETFL
 

Functions

int open (const char *name, int flags,...)
 
int fcntl (int fildes, int cmd,...)
 

Macro Definition Documentation

◆ F_DUPFD

#define F_DUPFD   ZVFS_F_DUPFD

◆ F_GETFL

#define F_GETFL   ZVFS_F_GETFL

◆ F_SETFL

#define F_SETFL   ZVFS_F_SETFL

◆ O_ACCMODE

#define O_ACCMODE   (ZVFS_O_RDONLY | ZVFS_O_RDWR | ZVFS_O_WRONLY)

◆ O_APPEND

#define O_APPEND   ZVFS_O_APPEND

◆ O_CREAT

#define O_CREAT   ZVFS_O_CREAT

◆ O_EXCL

#define O_EXCL   ZVFS_O_EXCL

◆ O_NONBLOCK

#define O_NONBLOCK   ZVFS_O_NONBLOCK

◆ O_RDONLY

#define O_RDONLY   ZVFS_O_RDONLY

◆ O_RDWR

#define O_RDWR   ZVFS_O_RDWR

◆ O_TRUNC

#define O_TRUNC   ZVFS_O_TRUNC

◆ O_WRONLY

#define O_WRONLY   ZVFS_O_WRONLY

Function Documentation

◆ fcntl()

int fcntl ( int fildes,
int cmd,
... )

◆ open()

int open ( const char * name,
int flags,
... )