dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Data Structures | Macros | Enumerations | Functions
getopt_int.h File Reference
#include <getopt.h>
Include dependency graph for getopt_int.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _getopt_data
 

Macros

#define _GETOPT_DATA_INITIALIZER   { 1, 1 }
 

Enumerations

enum  __ord { REQUIRE_ORDER, PERMUTE, RETURN_IN_ORDER }
 

Functions

int _getopt_internal (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int __posixly_correct)
 
int _getopt_internal_r (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, struct _getopt_data *__data, int __posixly_correct)
 
int _getopt_long_r (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
 
int _getopt_long_only_r (int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
 

Macro Definition Documentation

◆ _GETOPT_DATA_INITIALIZER

#define _GETOPT_DATA_INITIALIZER   { 1, 1 }

Enumeration Type Documentation

◆ __ord

enum __ord
Enumerator
REQUIRE_ORDER 
PERMUTE 
RETURN_IN_ORDER 

Function Documentation

◆ _getopt_internal()

int _getopt_internal ( int  ___argc,
char **  ___argv,
const char *  __shortopts,
const struct option __longopts,
int *  __longind,
int  __long_only,
int  __posixly_correct 
)

Referenced by getopt_long(), and getopt_long_only().

Here is the call graph for this function:

◆ _getopt_internal_r()

int _getopt_internal_r ( int  ___argc,
char **  ___argv,
const char *  __shortopts,
const struct option __longopts,
int *  __longind,
int  __long_only,
struct _getopt_data __data,
int  __posixly_correct 
)

Referenced by _getopt_internal(), _getopt_long_only_r(), and _getopt_long_r().

Here is the call graph for this function:

◆ _getopt_long_only_r()

int _getopt_long_only_r ( int  ___argc,
char **  ___argv,
const char *  __shortopts,
const struct option __longopts,
int *  __longind,
struct _getopt_data __data 
)
Here is the call graph for this function:

◆ _getopt_long_r()

int _getopt_long_r ( int  ___argc,
char **  ___argv,
const char *  __shortopts,
const struct option __longopts,
int *  __longind,
struct _getopt_data __data 
)
Here is the call graph for this function: