Searched refs:getopt (Results 1 – 9 of 9) sorted by relevance
| /dpdk/lib/eal/windows/include/ |
| H A D | getopt.h | 30 #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 D | exceptions.txt | 16 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 D | meson.build | 22 'getopt.c',
|
| H A D | getopt.c | 437 getopt(int nargc, char *nargv[], const char *options) in getopt() function
|
| /dpdk/doc/guides/sample_app_ug/ |
| H A D | l2_forward_real_virtual.rst | 145 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 D | l2_forward_job_stats.rst | 115 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 D | l2_forward_event.rst | 133 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 D | main.c | 362 while ((opt = getopt(argc, argv, "f:t:n:d:l:r:6b:vpc")) != -1) { in parse_opts()
|
| /dpdk/app/test-fib/ |
| H A D | main.c | 690 while ((opt = getopt(argc, argv, "f:t:n:d:l:r:c6ab:e:g:w:u:sv:")) != in parse_opts()
|