Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c273 nonopt_start = nonopt_end = -1; in getopt_internal()
283 optind -= nonopt_end - nonopt_start; in getopt_internal()
284 } else if (nonopt_start != -1) { in getopt_internal()
289 optind = nonopt_start; in getopt_internal()
291 nonopt_start = nonopt_end = -1; in getopt_internal()
314 if (nonopt_start == -1) in getopt_internal()
315 nonopt_start = optind; in getopt_internal()
319 nonopt_start = optind - in getopt_internal()
320 (nonopt_end - nonopt_start); in getopt_internal()
343 optind -= nonopt_end - nonopt_start; in getopt_internal()
[all …]