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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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-WNDR4500-V1.0.1.40_1.0.68/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

Completed in 91 milliseconds