Home
last modified time | relevance | path

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

/pciutils/compat/
H A Dgetopt.c350 int option_index; in _getopt_internal() local
465 for (p = longopts, option_index = 0; p->name; p++, option_index++) in _getopt_internal()
470 indfound = option_index; in _getopt_internal()
476 indfound = option_index; in _getopt_internal()
492 option_index = indfound; in _getopt_internal()
530 *longind = option_index; in _getopt_internal()