dhcpd-pools  3.0
ISC dhcpd lease usage analyser
Functions
getopt1.c File Reference
#include <config.h>
#include "getopt.h"
#include "getopt_int.h"
Include dependency graph for getopt1.c:

Functions

int getopt_long (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index)
 
int _getopt_long_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d)
 
int getopt_long_only (int argc, char *__getopt_argv_const *argv, const char *options, const struct option *long_options, int *opt_index)
 
int _getopt_long_only_r (int argc, char **argv, const char *options, const struct option *long_options, int *opt_index, struct _getopt_data *d)
 

Function Documentation

◆ _getopt_long_only_r()

int _getopt_long_only_r ( int  argc,
char **  argv,
const char *  options,
const struct option long_options,
int *  opt_index,
struct _getopt_data d 
)
Here is the call graph for this function:

◆ _getopt_long_r()

int _getopt_long_r ( int  argc,
char **  argv,
const char *  options,
const struct option long_options,
int *  opt_index,
struct _getopt_data d 
)
Here is the call graph for this function:

◆ getopt_long()

int getopt_long ( int  argc,
char *__getopt_argv_const argv,
const char *  options,
const struct option long_options,
int *  opt_index 
)

Referenced by _getopt_long_only_r().

Here is the call graph for this function:

◆ getopt_long_only()

int getopt_long_only ( int  argc,
char *__getopt_argv_const argv,
const char *  options,
const struct option long_options,
int *  opt_index 
)
Here is the call graph for this function: