Home
last modified time | relevance | path

Searched defs:getopt_long (Results 1 – 2 of 2) sorted by relevance

/dpdk/lib/eal/windows/include/
H A Dgetopt.h43 #define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e) macro
/dpdk/lib/eal/windows/
H A Dgetopt.c448 getopt_long(int nargc, char *nargv[], const char *options, getopt_long() function