21#define _GETOPT_INT_H 1
26 const char *__shortopts,
27 const struct option *__longopts,
int *__longind,
28 int __long_only,
int __posixly_correct);
99#define _GETOPT_DATA_INITIALIZER { 1, 1 }
102 const char *__shortopts,
103 const struct option *__longopts,
int *__longind,
105 int __posixly_correct);
108 const char *__shortopts,
109 const struct option *__longopts,
int *__longind,
113 const char *__shortopts,
114 const struct option *__longopts,
int _getopt_internal_r(int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, struct _getopt_data *__data, int __posixly_correct)
int _getopt_long_only_r(int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, 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_internal(int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int __posixly_correct)