| /f-stack/dpdk/lib/librte_eal/windows/include/ |
| H A D | getopt.h | 43 #define getopt_long(a, b, c, d, e) usual_getopt_long(a, b, c, d, e) macro 86 int getopt_long(int argc, char *argv[], const char *options,
|
| /f-stack/dpdk/lib/librte_eal/windows/ |
| H A D | eal.c | 107 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_log_level_parse() 141 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_parse_args()
|
| H A D | getopt.c | 448 getopt_long(int nargc, char *nargv[], const char *options, in getopt_long() function
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_server/ |
| H A D | args.c | 115 while ((opt = getopt_long(argc, argvopt, "n:p:", lgopts, in parse_app_args()
|
| /f-stack/dpdk/examples/server_node_efd/server/ |
| H A D | args.c | 132 while ((opt = getopt_long(argc, argvopt, "n:f:p:", lgopts, in parse_app_args()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zgenhostid/ |
| H A D | zgenhostid.c | 70 while ((opt = getopt_long(argc, argv, "fo:h?", 0, 0)) != -1) { in main()
|
| /f-stack/dpdk/app/test-pipeline/ |
| H A D | config.c | 190 while ((opt = getopt_long(argc, argvopt, "p:", in app_parse_args()
|
| /f-stack/dpdk/examples/pipeline/ |
| H A D | main.c | 67 while ((opt = getopt_long(argc, argv, "h:p:s:", lgopts, &option_index)) in parse_args()
|
| /f-stack/dpdk/examples/vm_power_manager/guest_cli/ |
| H A D | main.c | 66 while ((opt = getopt_long(argc, argvopt, "n:b:q:p:", in parse_args()
|
| /f-stack/dpdk/examples/ip_pipeline/ |
| H A D | main.c | 80 while ((opt = getopt_long(argc, argv, "h:p:s:", lgopts, &option_index)) in parse_args()
|
| /f-stack/tools/libxo/xopo/ |
| H A D | xopo.c | 127 while ((rc = getopt_long(argc, argv, "f:no:O:s:W", in main()
|
| /f-stack/dpdk/examples/multi_process/client_server_mp/mp_client/ |
| H A D | client.c | 99 while ((opt = getopt_long(argc, argvopt, "n:", lgopts, in parse_app_args()
|
| /f-stack/dpdk/app/test-bbdev/ |
| H A D | main.c | 205 while ((opt = getopt_long(argc, argv, "hin:b:c:v:l:s:t:", lgopts, in parse_args()
|
| /f-stack/freebsd/contrib/openzfs/cmd/mount_zfs/ |
| H A D | mount_zfs.c | 154 while ((c = getopt_long(argc, argv, "sfnvo:h?", 0, 0)) != -1) { in main()
|
| /f-stack/dpdk/lib/librte_eal/freebsd/ |
| H A D | eal.c | 471 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_log_level_parse() 514 while ((opt = getopt_long(argc, argvopt, eal_short_options, in eal_parse_args()
|
| /f-stack/dpdk/examples/server_node_efd/node/ |
| H A D | node.c | 103 while ((opt = getopt_long(argc, argvopt, "n:", lgopts, in parse_app_args()
|
| /f-stack/dpdk/examples/rxtx_callbacks/ |
| H A D | main.c | 302 while ((opt = getopt_long(argc, argv, "t", lgopts, &option_index)) in main()
|
| /f-stack/dpdk/app/test-eventdev/ |
| H A D | evt_options.c | 413 while ((opts = getopt_long(argc, argv, "", lgopts, &opt_idx)) != EOF) { in evt_options_parse()
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 172 while ((opt = getopt_long(argc, argvopt, "p:q:T:b:", in parse_args()
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | args.c | 336 while ((opt = getopt_long(argc, argv, "i", in app_parse_args()
|
| /f-stack/dpdk/examples/multi_process/symmetric_mp/ |
| H A D | main.c | 128 while ((opt = getopt_long(argc, argvopt, "p:", \ in smp_parse_args()
|
| /f-stack/dpdk/examples/l3fwd-graph/ |
| H A D | main.c | 457 while ((opt = getopt_long(argc, argvopt, short_options, lgopts, in parse_args() 504 if (getopt_long(argc, argvopt, "", &lenopts, in parse_args()
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 158 c = getopt_long(argc, argv, "r:t:e:c:w:n:f:s:m:paoPqDW:", in parse_app_args()
|
| /f-stack/tools/libxo/xo/ |
| H A D | xo.c | 288 while ((rc = getopt_long(argc, argv, "Cc:HJl:O:o:ps:TXW", in main()
|
| /f-stack/dpdk/examples/qos_meter/ |
| H A D | main.c | 243 while ((opt = getopt_long(argc, argvopt, "p:", lgopts, &option_index)) != EOF) { in parse_args()
|