23#define _GETOPT_INT_H 1
28 const char *__shortopts,
29 const struct option *__longopts,
int *__longind,
30 int __long_only,
int __posixly_correct);
101#define _GETOPT_DATA_INITIALIZER { 1, 1 }
104 const char *__shortopts,
105 const struct option *__longopts,
int *__longind,
107 int __posixly_correct);
110 const char *__shortopts,
111 const struct option *__longopts,
int *__longind,
115 const char *__shortopts,
116 const struct option *__longopts,
Definition getopt_int.h:34
int optopt
Definition getopt_int.h:40
int __last_nonopt
Definition getopt_int.h:102
enum __ord __ordering
Definition getopt_int.h:87
int __first_nonopt
Definition getopt_int.h:101
int __initialized
Definition getopt_int.h:46
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
__ord
Definition getopt_int.h:58
@ REQUIRE_ORDER
Definition getopt_int.h:59
@ RETURN_IN_ORDER
Definition getopt_int.h:59
@ PERMUTE
Definition getopt_int.h:59