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,
Definition getopt_int.h:34
enum _getopt_data::@75 __ordering
@ REQUIRE_ORDER
Definition getopt_int.h:87
@ RETURN_IN_ORDER
Definition getopt_int.h:87
@ PERMUTE
Definition getopt_int.h:87
int optopt
Definition getopt_int.h:40
int __last_nonopt
Definition getopt_int.h:102
int __first_nonopt
Definition getopt_int.h:101
int __initialized
Definition getopt_int.h:46
int __posixly_correct
Definition getopt_int.h:92
int optind
Definition getopt_int.h:38
int opterr
Definition getopt_int.h:39
char * optarg
Definition getopt_int.h:41
char * __nextchar
Definition getopt_int.h:54
Definition getopt.in.h:162
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)
Definition getopt.c:358
int _getopt_long_only_r(int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
Definition getopt1.c:72
int _getopt_long_r(int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
Definition getopt1.c:49
int _getopt_internal(int ___argc, char **___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int __posixly_correct)
Definition getopt.c:1094