Home
last modified time | relevance | path

Searched defs:optind (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/
H A Dgetopt.c54 optind = 1, /* index into parent argv vector */ variable
/f-stack/dpdk/lib/librte_eal/windows/include/
H A Dgetopt.h40 #define optind usual_optind macro
/f-stack/dpdk/lib/librte_eal/windows/
H A Dgetopt.c25 int optind = 1; /* index into parent argv vector */ variable
/f-stack/dpdk/examples/bbdev_app/
H A Dmain.c219 int optind = 0; in bbdev_parse_args() local