/linux/samples/bpf/ |
H A D | ibumad_user.c | 68 static const struct option long_options[] = { variable 92 long_options, &longindex)) != -1) { in main()
|
H A D | xdp_router_ipv4_user.c | 49 static const struct option long_options[] = { variable 543 static void usage(char *argv[], const struct option *long_options, in usage() argument 547 sample_usage(argv, long_options, doc, mask, error); in usage() 596 long_options, &longindex)) != -1) { in main() 626 usage(argv, long_options, __doc__, mask, error, skel->obj); in main() 633 usage(argv, long_options, __doc__, mask, true, skel->obj); in main()
|
H A D | xdp_sample_user.h | 41 void sample_usage(char *argv[], const struct option *long_options,
|
H A D | xdp_sample_user.c | 294 void sample_usage(char *argv[], const struct option *long_options, in sample_usage() argument 303 for (i = 0; long_options[i].name != 0; i++) { in sample_usage() 304 printf(" --%-15s", long_options[i].name); in sample_usage() 305 if (long_options[i].flag != NULL) in sample_usage() 307 *long_options[i].flag); in sample_usage() 309 printf("\t short-option: -%c", long_options[i].val); in sample_usage()
|
/linux/tools/power/cpupower/bench/ |
H A D | main.c | 18 static struct option long_options[] = { variable 76 long_options, &option_index); in main()
|
/linux/tools/hv/ |
H A D | hv_vss_daemon.c | 220 static struct option long_options[] = { in main() local 226 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
|
H A D | hv_fcopy_uio_daemon.c | 460 static struct option long_options[] = { in main() local 466 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
|
H A D | hv_kvp_daemon.c | 1790 static struct option long_options[] = { in main() local 1797 while ((opt = getopt_long(argc, argv, "hnd", long_options, in main()
|
/linux/tools/power/acpi/tools/pfrut/ |
H A D | pfrut.c | 81 static struct option long_options[] = { variable 107 long_options, &option_index)) != -1) { in parse_options()
|
/linux/tools/thermal/thermal-engine/ |
H A D | thermal-engine.c | 316 struct option long_options[] = { in options_init() local 328 opt = getopt_long(argc, argv, "l:dhs", long_options, &optindex); in options_init()
|
/linux/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 94 static struct option long_options[] = { in parse_options() local 124 opt = getopt_long(argc, argv, "", long_options, NULL); in parse_options()
|
H A D | test_sockmap.c | 96 static const struct option long_options[] = { variable 230 for (i = 0; long_options[i].name != 0; i++) { in usage() 231 printf(" --%-12s", long_options[i].name); in usage() 232 if (long_options[i].flag != NULL) in usage() 234 *long_options[i].flag); in usage() 236 printf(" -%c\n", long_options[i].val); in usage() 2116 long_options, &longindex)) != -1) { in main()
|
/linux/tools/testing/selftests/net/ |
H A D | rxtimestamp.c | 130 static struct option long_options[] = { variable 382 while ((opt = getopt_long(argc, argv, "", long_options, in main()
|
H A D | toeplitz.c | 487 static struct option long_options[] = { in parse_opts() local 505 while ((c = getopt_long(argc, argv, "46C:d:i:k:r:stT:uv", long_options, &index)) != -1) { in parse_opts()
|
/linux/tools/thermal/thermometer/ |
H A D | thermometer.c | 200 struct option long_options[] = { in options_init() local 219 opt = getopt_long(argc, argv, "ho:c:d:l:p:sw", long_options, &optindex); in options_init()
|
/linux/scripts/ |
H A D | kallsyms.c | 718 static const struct option long_options[] = { in main() local 723 int c = getopt_long(argc, argv, "", long_options, NULL); in main()
|
/linux/tools/verification/rv/src/ |
H A D | in_kernel.c | 711 static struct option long_options[] = { in parse_arguments() local 723 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()
|
/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 343 static struct option long_options[] = { in osnoise_top_parse_args() local 371 long_options, &option_index); in osnoise_top_parse_args()
|
H A D | timerlat_hist.c | 815 static struct option long_options[] = { in timerlat_hist_parse_args() local 859 long_options, &option_index); in timerlat_hist_parse_args()
|
/linux/tools/arch/x86/intel_sdsi/ |
H A D | intel_sdsi.c | 770 static struct option long_options[] = { in main() local 786 while ((opt = getopt_long_only(argc, argv, "+a:c:d:hilmCs", long_options, in main()
|
/linux/tools/accounting/ |
H A D | delaytop.c | 180 struct option long_options[] = { in parse_args() local 203 c = getopt_long(argc, argv, "hd:n:p:oP:C:", long_options, &option_index); in parse_args()
|
/linux/tools/tracing/latency/ |
H A D | latency-collector.c | 1830 static struct option long_options[] = { in scan_arguments() local 1864 long_options, &option_idx); in scan_arguments()
|
/linux/tools/power/x86/turbostat/ |
H A D | turbostat.c | 11001 static struct option long_options[] = { in cmdline() local 11033 while ((opt = getopt_long_only(argc, argv, "+MPn:", long_options, &option_index)) != -1) { in cmdline() 11047 while ((opt = getopt_long_only(argc, argv, "+C:c:Dde:hi:Jn:o:qMST:v", long_options, &option_index)) != -1) { in cmdline()
|