Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Macros | |
#define | NULL 0 |
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) |
int _getopt_long_only_r | ( | int | argc, |
char ** | argv, | ||
const char * | options, | ||
const struct option * | long_options, | ||
int * | opt_index, | ||
struct _getopt_data * | d | ||
) |
Definition at line 72 of file getopt1.c.
References _getopt_internal_r(), argv, d, and options.
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 | ( | int | argc, |
char *__getopt_argv_const * | argv, | ||
const char * | options, | ||
const struct option * | long_options, | ||
int * | opt_index | ||
) |
Definition at line 41 of file getopt1.c.
References _getopt_internal(), argv, and options.