Go to the source code of this file.
|
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, int __posixly_correct, struct _getopt_data *__data) |
|
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) |
|
◆ _GETOPT_DATA_INITIALIZER
#define _GETOPT_DATA_INITIALIZER { 1, 1 } |
◆ _getopt_internal()
int _getopt_internal |
( |
int | ___argc, |
|
|
char ** | ___argv, |
|
|
const char * | __shortopts, |
|
|
const struct option * | __longopts, |
|
|
int * | __longind, |
|
|
int | __long_only, |
|
|
int | __posixly_correct ) |
|
extern |
◆ _getopt_internal_r()
◆ _getopt_long_only_r()
◆ _getopt_long_r()