20#define _GETOPT_INT_H 1
23 const char *__shortopts,
24 const struct option *__longopts,
int *__longind,
25 int __long_only,
int posixly_correct);
102#if defined _LIBC && defined USE_NONOPTION_FLAGS
103 int __nonoption_flags_max_len;
104 int __nonoption_flags_len;
110#define _GETOPT_DATA_INITIALIZER { 1, 1 }
113 const char *__shortopts,
114 const struct option *__longopts,
int *__longind,
116 int posixly_correct);
119 const char *__shortopts,
120 const struct option *__longopts,
int *__longind,
124 const char *__shortopts,
125 const struct option *__longopts,
int _getopt_long_only_r(int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
Definition: getopt1.c:90
int _getopt_internal(int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, int posixly_correct)
Definition: getopt.c:1171
int _getopt_internal_r(int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, int __long_only, struct _getopt_data *__data, int posixly_correct)
Definition: getopt.c:396
int _getopt_long_r(int ___argc, char *const *___argv, const char *__shortopts, const struct option *__longopts, int *__longind, struct _getopt_data *__data)
Definition: getopt1.c:69
Definition: getopt_int.h:33
@ RETURN_IN_ORDER
Definition: getopt_int.h:86
@ PERMUTE
Definition: getopt_int.h:86
@ REQUIRE_ORDER
Definition: getopt_int.h:86
int __posixly_correct
Definition: getopt_int.h:90
int opterr
Definition: getopt_int.h:38
int optopt
Definition: getopt_int.h:39
char * __nextchar
Definition: getopt_int.h:53
enum _getopt_data::@1 __ordering
int __last_nonopt
Definition: getopt_int.h:100
int optind
Definition: getopt_int.h:37
int __initialized
Definition: getopt_int.h:45
int __first_nonopt
Definition: getopt_int.h:99
char * optarg
Definition: getopt_int.h:40