Go to the source code of this file.
|
| __BEGIN_DECLS int | getopt_long (int, char *const *, const char *, const struct option *, int *) |
| |
| int | getopt_long_only (int, char *const *, const char *, const struct option *, int *) |
| |
| int | getopt (int, char *const *, const char *) |
| |
◆ __BEGIN_DECLS
◆ __END_DECLS
◆ no_argument
◆ required_argument
| #define required_argument 1 |
◆ optional_argument
| #define optional_argument 2 |
◆ _GETOPT_DEFINED_
◆ getopt_ctx
◆ opterr
◆ optind
◆ optopt
◆ optarg
◆ optreset
◆ getopt_long()
| __BEGIN_DECLS int getopt_long |
( |
int |
, |
|
|
char *const * |
, |
|
|
const char * |
, |
|
|
const struct option * |
, |
|
|
int * |
|
|
) |
| |
◆ getopt_long_only()
| int getopt_long_only |
( |
int |
, |
|
|
char *const * |
, |
|
|
const char * |
, |
|
|
const struct option * |
, |
|
|
int * |
|
|
) |
| |
◆ getopt()
| int getopt |
( |
int |
, |
|
|
char *const * |
, |
|
|
const char * |
|
|
) |
| |
◆ __getopt_long_mod
| const vsf_linux_dynlib_mod_t __getopt_long_mod |
|
extern |