21 #define _GETOPT_INT_H 1
24 const char *__shortopts,
25 const struct option *__longopts,
int *__longind,
26 int __long_only,
int __posixly_correct);
104 #if defined _LIBC && defined USE_NONOPTION_FLAGS
105 int __nonoption_flags_max_len;
106 int __nonoption_flags_len;
112 #define _GETOPT_DATA_INITIALIZER { 1, 1 }
115 const char *__shortopts,
116 const struct option *__longopts,
int *__longind,
117 int __long_only,
int __posixly_correct,
121 const char *__shortopts,
122 const struct option *__longopts,
int *__longind,
126 const char *__shortopts,
127 const struct option *__longopts,
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_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)
enum _getopt_data::@634 __ordering