Home
last modified time | relevance | path

Searched refs:_getopt_data (Results 1 – 5 of 5) sorted by relevance

/glibc-2.36/posix/
Dgetopt_int.h61 struct _getopt_data struct
104 int __long_only, struct _getopt_data *__data, argument
110 struct _getopt_data *__data);
116 struct _getopt_data *__data);
Dgetopt.c118 static struct _getopt_data getopt_data;
130 exchange (char **argv, struct _getopt_data *d) in exchange()
195 int long_only, struct _getopt_data *d, in process_long_option()
382 struct _getopt_data *d, int posixly_correct) in _getopt_initialize()
472 int long_only, struct _getopt_data *d, int posixly_correct) in _getopt_internal_r()
Dgetopt1.c38 struct _getopt_data *d) in _getopt_long_r()
61 struct _getopt_data *d) in _getopt_long_only_r()
/glibc-2.36/argp/
Dargp-parse.c276 struct _getopt_data opt_data;
488 struct _getopt_data opt_data = _GETOPT_DATA_INITIALIZER; in parser_init()
/glibc-2.36/ChangeLog.old/
DChangeLog.186991 * posix/getopt_int.h (_getopt_data): Remove __posixly_correct field.