dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Data Structures | Macros | Functions
getopt-ext.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  option
 

Macros

#define no_argument   0
 
#define required_argument   1
 
#define optional_argument   2
 

Functions

int getopt_long (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2
 
int int getopt_long_only (int ___argc, char *__getopt_argv_const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind) __THROW _GL_ARG_NONNULL((2
 

Macro Definition Documentation

◆ no_argument

#define no_argument   0

Referenced by parse_command_line_opts().

◆ optional_argument

#define optional_argument   2

◆ required_argument

#define required_argument   1

Referenced by parse_command_line_opts().

Function Documentation

◆ getopt_long()

int getopt_long ( int  ___argc,
char *__getopt_argv_const ___argv,
const char *  __shortopts,
const struct option __longopts,
int *  __longind 
)

Referenced by parse_command_line_opts().

◆ getopt_long_only()

int int getopt_long_only ( int  ___argc,
char *__getopt_argv_const ___argv,
const char *  __shortopts,
const struct option __longopts,
int *  __longind 
)