dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Macros
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.

Macros

#define _   @GUARD_PREFIX@_FCNTL_H
 
#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   0x40000000 /* Try to not collide with system O_* flags. */
 
#define GNULIB_defined_O_CLOEXEC   1
 
#define O_DIRECT   0
 
#define O_DIRECTORY   0
 
#define O_DSYNC   0
 
#define O_EXEC   O_RDONLY /* This is often close enough in older systems. */
 
#define O_IGNORE_CTTY   0
 
#define O_NDELAY   0
 
#define O_NOATIME   0
 
#define O_NONBLOCK   O_NDELAY
 
#define O_NOCTTY   0
 
#define O_NOFOLLOW   0
 
#define O_NOLINK   0
 
#define O_NOLINKS   0
 
#define O_NOTRANS   0
 
#define O_RSYNC   0
 
#define O_SEARCH   O_RDONLY /* This is often close enough in older systems. */
 
#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
 

Macro Definition Documentation

◆ _

#define _   @GUARD_PREFIX@_FCNTL_H

◆ AT_EACCESS

#define AT_EACCESS   4

◆ AT_FDCWD

#define AT_FDCWD   (-3041965)

◆ AT_REMOVEDIR

#define AT_REMOVEDIR   1

◆ AT_SYMLINK_FOLLOW

#define AT_SYMLINK_FOLLOW   2

◆ AT_SYMLINK_NOFOLLOW

#define AT_SYMLINK_NOFOLLOW   4096

◆ F_DUPFD

#define F_DUPFD   1

◆ F_DUPFD_CLOEXEC

#define F_DUPFD_CLOEXEC   0x40000000

◆ F_GETFD

#define F_GETFD   2

◆ FD_CLOEXEC

#define FD_CLOEXEC   1

◆ GNULIB_defined_F_DUPFD_CLOEXEC

#define GNULIB_defined_F_DUPFD_CLOEXEC   1

◆ GNULIB_defined_O_CLOEXEC

#define GNULIB_defined_O_CLOEXEC   1

◆ O_BINARY

#define O_BINARY   0

◆ O_CLOEXEC

#define O_CLOEXEC   0x40000000 /* Try to not collide with system O_* flags. */

◆ O_DIRECT

#define O_DIRECT   0

◆ O_DIRECTORY

#define O_DIRECTORY   0

◆ O_DSYNC

#define O_DSYNC   0

◆ O_EXEC

#define O_EXEC   O_RDONLY /* This is often close enough in older systems. */

◆ O_IGNORE_CTTY

#define O_IGNORE_CTTY   0

◆ O_NDELAY

#define O_NDELAY   0

◆ O_NOATIME

#define O_NOATIME   0

◆ O_NOCTTY

#define O_NOCTTY   0

◆ O_NOFOLLOW

#define O_NOFOLLOW   0

◆ O_NOLINK

#define O_NOLINK   0

◆ O_NOLINKS

#define O_NOLINKS   0

◆ O_NONBLOCK

#define O_NONBLOCK   O_NDELAY

◆ O_NOTRANS

#define O_NOTRANS   0

◆ O_RSYNC

#define O_RSYNC   0

◆ O_SEARCH

#define O_SEARCH   O_RDONLY /* This is often close enough in older systems. */

◆ O_SYNC

#define O_SYNC   0

◆ O_TEXT

#define O_TEXT   0

◆ O_TTY_INIT

#define O_TTY_INIT   0