Home
last modified time | relevance | path

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

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