Searched refs:getopt_data (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/gnulib-lib/
H A Dgetopt.c103 /* Keep a global copy of all internal members of getopt_data. */
105 static struct _getopt_data getopt_data;
1097 getopt_data.optind = optind;
1098 getopt_data.opterr = opterr;
1101 long_only, posixly_correct, &getopt_data);
1103 optind = getopt_data.optind;
1104 optarg = getopt_data.optarg;
1105 optopt = getopt_data.optopt;
104 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/lib/
H A Dgetopt.c99 /* Keep a global copy of all internal members of getopt_data. */
101 static struct _getopt_data getopt_data;
1093 getopt_data.optind = optind;
1094 getopt_data.opterr = opterr;
1097 long_only, posixly_correct, &getopt_data);
1099 optind = getopt_data.optind;
1100 optarg = getopt_data.optarg;
1101 optopt = getopt_data.optopt;
100 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/lib/
H A Dgetopt.c110 /* Keep a global copy of all internal members of getopt_data. */
112 static struct _getopt_data getopt_data;
1104 getopt_data.optind = optind;
1105 getopt_data.opterr = opterr;
1108 long_only, posixly_correct, &getopt_data);
1110 optind = getopt_data.optind;
1111 optarg = getopt_data.optarg;
1112 optopt = getopt_data.optopt;
111 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dgetopt.c103 /* Keep a global copy of all internal members of getopt_data. */
105 static struct _getopt_data getopt_data;
1097 getopt_data.optind = optind;
1098 getopt_data.opterr = opterr;
1101 long_only, posixly_correct, &getopt_data);
1103 optind = getopt_data.optind;
1104 optarg = getopt_data.optarg;
1105 optopt = getopt_data.optopt;
104 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/lib/
H A Dgetopt.c110 /* Keep a global copy of all internal members of getopt_data. */
112 static struct _getopt_data getopt_data;
1104 getopt_data.optind = optind;
1105 getopt_data.opterr = opterr;
1108 long_only, posixly_correct, &getopt_data);
1110 optind = getopt_data.optind;
1111 optarg = getopt_data.optarg;
1112 optopt = getopt_data.optopt;
111 static struct _getopt_data getopt_data; variable in typeref:struct:_getopt_data

Completed in 188 milliseconds