Navigation

Operators and Keywords

Function List:

C++ API

fcntl.in.h File Reference

#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
Include dependency graph for fcntl.in.h:

Go to the source code of this file.

Defines

#define FD_CLOEXEC   1
#define F_DUPFD_CLOEXEC   0x40000000
#define GNULIB_defined_F_DUPFD_CLOEXEC   1
#define F_DUPFD   1
#define F_GETFD   2
#define O_CLOEXEC   0
#define O_DIRECT   0
#define O_DIRECTORY   0
#define O_DSYNC   0
#define O_EXEC   O_RDONLY
#define O_NDELAY   0
#define O_NOATIME   0
#define O_NONBLOCK   O_NDELAY
#define O_NOCTTY   0
#define O_NOFOLLOW   0
#define O_NOLINKS   0
#define O_RSYNC   0
#define O_SEARCH   O_RDONLY
#define O_SYNC   0
#define O_TTY_INIT   0
#define O_BINARY   0
#define O_TEXT   0
#define AT_FDCWD   (-3041965)
#define AT_SYMLINK_NOFOLLOW   4096
#define AT_REMOVEDIR   1
#define AT_SYMLINK_FOLLOW   2
#define AT_EACCESS   4

Define Documentation

#define AT_EACCESS   4
#define AT_FDCWD   (-3041965)
#define AT_REMOVEDIR   1
#define AT_SYMLINK_FOLLOW   2
#define AT_SYMLINK_NOFOLLOW   4096
#define F_DUPFD   1
#define F_DUPFD_CLOEXEC   0x40000000
#define F_GETFD   2
#define FD_CLOEXEC   1
#define GNULIB_defined_F_DUPFD_CLOEXEC   1
#define O_BINARY   0
#define O_CLOEXEC   0
#define O_DIRECT   0
#define O_DIRECTORY   0
#define O_DSYNC   0
#define O_EXEC   O_RDONLY
#define O_NDELAY   0
#define O_NOATIME   0
#define O_NOCTTY   0
#define O_NOFOLLOW   0
#define O_NOLINKS   0
#define O_NONBLOCK   O_NDELAY
#define O_RSYNC   0
#define O_SEARCH   O_RDONLY
#define O_SYNC   0
#define O_TEXT   0
#define O_TTY_INIT   0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines