Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
fcntl.h File Reference

Go to the source code of this file.

Macros

#define O_CREAT   0x0200
 
#define O_APPEND   0x0400
 
#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,...)
 

Macro Definition Documentation

◆ F_DUPFD

#define F_DUPFD   0

◆ F_GETFL

#define F_GETFL   3

◆ F_SETFL

#define F_SETFL   4

◆ O_APPEND

#define O_APPEND   0x0400

◆ O_CREAT

#define O_CREAT   0x0200

◆ O_EXCL

#define O_EXCL   0x0800

◆ O_NONBLOCK

#define O_NONBLOCK   0x4000

Function Documentation

◆ open()

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