Home
last modified time | relevance | path

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

/dpdk/lib/eal/windows/include/
H A Dgetopt.h30 #include_next <getopt.h>
42 #define getopt(a, b, c) usual_getopt(a, b, c) macro
83 int getopt(int argc, char *argv[], const char *options);
/dpdk/license/
H A Dexceptions.txt16 2.BSD-2-Clause 10/23/2019 12/18/2019 lib/eal/windows/include/getopt.h
18 BSD-2-Clause 10/23/2019 12/18/2019 lib/eal/windows/getopt.c
/dpdk/lib/eal/windows/
H A Dmeson.build22 'getopt.c',
H A Dgetopt.c437 getopt(int nargc, char *nargv[], const char *options) in getopt() function
/dpdk/doc/guides/sample_app_ug/
H A Dl2_forward_real_virtual.rst145 The preferred way to parse parameters is to use the getopt() function,
150 Refer to the *glibc getopt(3)* man page for details.
H A Dl2_forward_job_stats.rst115 The preferred way to parse parameters is to use the getopt() function,
120 Refer to the *glibc getopt(3)* man page for details.
H A Dl2_forward_event.rst133 The preferred way to parse parameters is to use the getopt() function,
139 *glibc getopt(3)* man page for details.
/dpdk/app/test-sad/
H A Dmain.c362 while ((opt = getopt(argc, argv, "f:t:n:d:l:r:6b:vpc")) != -1) { in parse_opts()
/dpdk/app/test-fib/
H A Dmain.c690 while ((opt = getopt(argc, argv, "f:t:n:d:l:r:c6ab:e:g:w:u:sv:")) != in parse_opts()