Searched refs:long_options (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/tools/power/cpupower/bench/
H A Dmain.c18 static struct option long_options[] = { variable in typeref:struct:option
76 long_options, &option_index);
/linux-master/samples/bpf/
H A Dibumad_user.c68 static const struct option long_options[] = { variable in typeref:struct:option
92 long_options, &longindex)) != -1) {
H A Dxdp_router_ipv4_user.c49 static const struct option long_options[] = { variable in typeref:struct:option
543 static void usage(char *argv[], const struct option *long_options, argument
547 sample_usage(argv, long_options, doc, mask, error);
596 long_options, &longindex)) != -1) {
626 usage(argv, long_options, __doc__, mask, error, skel->obj);
633 usage(argv, long_options, __doc__, mask, true, skel->obj);
H A Dxdp_sample_user.h41 void sample_usage(char *argv[], const struct option *long_options,
H A Dxdp_sample_user.c294 void sample_usage(char *argv[], const struct option *long_options, argument
303 for (i = 0; long_options[i].name != 0; i++) {
304 printf(" --%-15s", long_options[i].name);
305 if (long_options[i].flag != NULL)
307 *long_options[i].flag);
309 printf("\t short-option: -%c", long_options[i].val);
/linux-master/tools/hv/
H A Dhv_fcopy_daemon.c162 static struct option long_options[] = { local
168 while ((opt = getopt_long(argc, argv, "hn", long_options,
H A Dhv_vss_daemon.c220 static struct option long_options[] = { local
226 while ((opt = getopt_long(argc, argv, "hn", long_options,
/linux-master/tools/thermal/thermal-engine/
H A Dthermal-engine.c240 struct option long_options[] = { local
252 opt = getopt_long(argc, argv, "l:dhs", long_options, &optindex);
/linux-master/tools/power/acpi/tools/pfrut/
H A Dpfrut.c81 static struct option long_options[] = { variable in typeref:struct:option
107 long_options, &option_index)) != -1) {
/linux-master/tools/testing/selftests/net/
H A Drxtimestamp.c112 static struct option long_options[] = { variable in typeref:struct:option
364 while ((opt = getopt_long(argc, argv, "", long_options,
H A Dtoeplitz.c487 static struct option long_options[] = { local
505 while ((c = getopt_long(argc, argv, "46C:d:i:k:r:stT:uv", long_options, &index)) != -1) {
/linux-master/tools/thermal/thermometer/
H A Dthermometer.c200 struct option long_options[] = { local
219 opt = getopt_long(argc, argv, "ho:c:d:l:p:sw", long_options, &optindex);
/linux-master/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c94 static struct option long_options[] = { local
124 opt = getopt_long(argc, argv, "", long_options, NULL);
H A Dtest_sockmap.c89 static const struct option long_options[] = { variable in typeref:struct:option
223 for (i = 0; long_options[i].name != 0; i++) {
224 printf(" --%-12s", long_options[i].name);
225 if (long_options[i].flag != NULL)
227 *long_options[i].flag);
229 printf(" -%c\n", long_options[i].val);
1985 long_options, &longindex)) != -1) {
H A Dxskxceiver.c312 static struct option long_options[] = { variable in typeref:struct:option
357 c = getopt_long(argc, argv, "i:vbm:lt:", long_options, &option_index);
/linux-master/tools/verification/rv/src/
H A Din_kernel.c572 static struct option long_options[] = { local
584 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index);
/linux-master/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c753 static struct option long_options[] = { local
768 while ((opt = getopt_long_only(argc, argv, "+a:c:d:hilms", long_options,
/linux-master/scripts/
H A Dkallsyms.c813 static const struct option long_options[] = { local
821 int c = getopt_long(argc, argv, "", long_options, NULL);
/linux-master/tools/tracing/rtla/src/
H A Dosnoise_hist.c510 static struct option long_options[] = { local
541 long_options, &option_index);
H A Dosnoise_top.c365 static struct option long_options[] = { local
391 long_options, &option_index);
H A Dtimerlat_top.c410 static struct option long_options[] = { local
442 long_options, &option_index);
H A Dtimerlat_hist.c582 static struct option long_options[] = { local
620 long_options, &option_index);
/linux-master/tools/power/x86/x86_energy_perf_policy/
H A Dx86_energy_perf_policy.c528 static struct option long_options[] = { local
552 long_options, &option_index)) != -1) {
/linux-master/tools/power/x86/intel-speed-select/
H A Disst-config.c2838 static struct option long_options[] = { local
2860 long_options, &option_index)) != -1) {
3147 static struct option long_options[] = { local
3193 while ((opt = getopt_long_only(argc, argv, "+c:df:hio:vabw:ngu", long_options,
/linux-master/tools/tracing/latency/
H A Dlatency-collector.c1830 static struct option long_options[] = { local
1864 long_options, &option_idx);

Completed in 286 milliseconds

12