dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Macros | Functions
unistd.h File Reference
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for unistd.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _GL_INCLUDING_UNISTD_H
 
#define _GL_UNISTD_H
 
#define __need_system_stdlib_h
 
#define _GL_UNISTD_INLINE   _GL_INLINE
 
#define STDIN_FILENO   0
 
#define STDOUT_FILENO   1
 
#define STDERR_FILENO   2
 
#define F_OK   0
 
#define X_OK   1
 
#define W_OK   2
 
#define R_OK   4
 

Functions

 _GL_CXXALIAS_SYS (close, int,(int fd))
 
 _GL_CXXALIASWARN (close)
 
 _GL_CXXALIAS_SYS (lseek, off_t,(int fd, off_t offset, int whence))
 
 _GL_CXXALIASWARN (lseek)
 

Macro Definition Documentation

◆ __need_system_stdlib_h

#define __need_system_stdlib_h

◆ _GL_INCLUDING_UNISTD_H

#define _GL_INCLUDING_UNISTD_H

◆ _GL_UNISTD_H

#define _GL_UNISTD_H

◆ _GL_UNISTD_INLINE

#define _GL_UNISTD_INLINE   _GL_INLINE

◆ F_OK

#define F_OK   0

◆ R_OK

#define R_OK   4

◆ STDERR_FILENO

#define STDERR_FILENO   2

◆ STDIN_FILENO

#define STDIN_FILENO   0

Referenced by output_txt().

◆ STDOUT_FILENO

#define STDOUT_FILENO   1

Referenced by flush_stdout().

◆ W_OK

#define W_OK   2

◆ X_OK

#define X_OK   1

Function Documentation

◆ _GL_CXXALIAS_SYS() [1/2]

_GL_CXXALIAS_SYS ( close  ,
int  ,
(int fd)   
)

◆ _GL_CXXALIAS_SYS() [2/2]

_GL_CXXALIAS_SYS ( lseek  ,
off_t  ,
(int fd, off_t offset, int whence)   
)

◆ _GL_CXXALIASWARN() [1/2]

_GL_CXXALIASWARN ( close  )

◆ _GL_CXXALIASWARN() [2/2]

_GL_CXXALIASWARN ( lseek  )