Searched refs:getopt_data (Results 1 – 1 of 1) sorted by relevance
118 static struct _getopt_data getopt_data; variable1143 getopt_data.optind = optind; in _getopt_internal()1144 getopt_data.opterr = opterr; in _getopt_internal()1147 longind, long_only, &getopt_data); in _getopt_internal()1149 optind = getopt_data.optind; in _getopt_internal()1150 optarg = getopt_data.optarg; in _getopt_internal()1151 optopt = getopt_data.optopt; in _getopt_internal()