Home
last modified time | relevance | path

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

/dpdk/lib/eal/windows/include/
H A Dgetopt.h40 #define optind usual_optind macro
/dpdk/lib/eal/windows/
H A Dgetopt.c25 int optind = 1; /* index into parent argv vector */ variable
[all...]
/dpdk/examples/bbdev_app/
H A Dmain.c217 int optind = 0; in bbdev_parse_args() local