Go to the source code of this file.
Compounds | |
struct | option |
Defines | |
#define | _GNU_GETOPT_H 1 |
#define | getopt gnu_getopt |
#define | optind gnu_optind |
#define | opterr gnu_opterr |
#define | optopt gnu_optopt |
#define | optarg gnu_optarg |
#define | getopt_long gnu_getopt_long |
#define | getopt_long_only gnu_getopt_long_only |
#define | no_argument 0 |
#define | required_argument 1 |
#define | optional_argument 2 |
Functions | |
EXPCL_DTOOL int | getopt (int argc, char *const *argv, const char *shortopts) |
EXPCL_DTOOL int | getopt_long (int argc, char *const *argv, const char *shortopts, const struct option *long_options, int *opt_index) |
EXPCL_DTOOL int | getopt_long_only (int argc, char *const *argv, const char *shortopts, const struct option *long_options, int *opt_index) |
int | _getopt_internal (int argc, char *const *argv, const char *shortopts, const struct option *longopts, int *longind, int long_only) |
Variables | |
char EXPCL_DTOOL * | optarg |
int EXPCL_DTOOL | optind |
int | opterr |
int | optopt |
Definition in file gnu_getopt.h.
|
Definition at line 16 of file gnu_getopt.h. |
|
Definition at line 21 of file gnu_getopt.h. |
|
Definition at line 26 of file gnu_getopt.h. |
|
Definition at line 27 of file gnu_getopt.h. |
|
Definition at line 101 of file gnu_getopt.h. |
|
Definition at line 25 of file gnu_getopt.h. Referenced by main(). |
|
Definition at line 23 of file gnu_getopt.h. |
|
Definition at line 22 of file gnu_getopt.h. |
|
Definition at line 103 of file gnu_getopt.h. |
|
Definition at line 24 of file gnu_getopt.h. |
|
Definition at line 102 of file gnu_getopt.h. |
|
|
|
|
|
|
|
|
|
Definition at line 39 of file gnu_getopt.h. |
|
Definition at line 58 of file gnu_getopt.h. |
|
Definition at line 53 of file gnu_getopt.h. |
|
Definition at line 62 of file gnu_getopt.h. |