Searched refs:getopt_data (Results 1 – 6 of 6) sorted by relevance
| /netbsd-src/external/bsd/kyua-cli/dist/utils/cmdline/ |
| H A D | parser.cpp | 56 struct getopt_data : utils::noncopyable { struct 78 getopt_data& data) in options_to_getopt_data() 177 find_option_name(const getopt_data& data, const int getopt_optopt, in find_option_name() 315 getopt_data data; in parse()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/ |
| H A D | getopt.c | 105 static struct _getopt_data getopt_data; variable 1094 getopt_data.optind = optind; in _getopt_internal() 1095 getopt_data.opterr = opterr; in _getopt_internal() 1098 long_only, posixly_correct, &getopt_data); in _getopt_internal() 1100 optind = getopt_data.optind; in _getopt_internal() 1101 optarg = getopt_data.optarg; in _getopt_internal() 1102 optopt = getopt_data.optopt; in _getopt_internal()
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| H A D | getopt.c | 105 static struct _getopt_data getopt_data; variable 1094 getopt_data.optind = optind; in _getopt_internal() 1095 getopt_data.opterr = opterr; in _getopt_internal() 1098 long_only, posixly_correct, &getopt_data); in _getopt_internal() 1100 optind = getopt_data.optind; in _getopt_internal() 1101 optarg = getopt_data.optarg; in _getopt_internal() 1102 optopt = getopt_data.optopt; in _getopt_internal()
|
| /netbsd-src/external/gpl2/texinfo/dist/lib/ |
| H A D | getopt.c | 120 static struct _getopt_data getopt_data; variable 1145 getopt_data.optind = optind; in _getopt_internal() 1146 getopt_data.opterr = opterr; in _getopt_internal() 1149 longind, long_only, &getopt_data); in _getopt_internal() 1151 optind = getopt_data.optind; in _getopt_internal() 1152 optarg = getopt_data.optarg; in _getopt_internal() 1153 optopt = getopt_data.optopt; in _getopt_internal()
|
| /netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/ |
| H A D | getopt.c | 120 static struct _getopt_data getopt_data; variable 1146 getopt_data.optind = optind; in _getopt_internal() 1147 getopt_data.opterr = opterr; in _getopt_internal() 1150 long_only, posixly_correct, &getopt_data); in _getopt_internal() 1152 optind = getopt_data.optind; in _getopt_internal() 1153 optarg = getopt_data.optarg; in _getopt_internal() 1154 optopt = getopt_data.optopt; in _getopt_internal()
|
| /netbsd-src/external/gpl2/xcvs/dist/lib/ |
| H A D | getopt.c | 121 static struct _getopt_data getopt_data; variable 1147 getopt_data.optind = optind; in _getopt_internal() 1148 getopt_data.opterr = opterr; in _getopt_internal() 1151 long_only, posixly_correct, &getopt_data); in _getopt_internal() 1153 optind = getopt_data.optind; in _getopt_internal() 1154 optarg = getopt_data.optarg; in _getopt_internal() 1155 optopt = getopt_data.optopt; in _getopt_internal()
|