Home
last modified time | relevance | path

Searched refs:long_options (Results 1 – 25 of 49) sorted by relevance

12

/openbmc/u-boot/tools/env/
H A Dfw_env_main.c44 static struct option long_options[] = { variable
122 while ((c = getopt_long(argc, argv, ":a:c:l:h:v", long_options, NULL)) != in parse_common_args()
158 while ((c = getopt_long(argc, argv, "a:c:ns:l:h:v", long_options, NULL)) in parse_printenv_args()
185 while ((c = getopt_long(argc, argv, "a:c:ns:l:h:v", long_options, NULL)) in parse_setenv_args()
/openbmc/linux/samples/bpf/
H A Dibumad_user.c68 static const struct option long_options[] = { variable
92 long_options, &longindex)) != -1) { in main()
H A Dxdp_router_ipv4_user.c49 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 Dxdp_sample_user.h41 void sample_usage(char *argv[], const struct option *long_options,
/openbmc/linux/tools/power/cpupower/bench/
H A Dmain.c18 static struct option long_options[] = { variable
76 long_options, &option_index); in main()
/openbmc/linux/tools/hv/
H A Dhv_fcopy_daemon.c162 static struct option long_options[] = { in main() local
168 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
H A Dhv_vss_daemon.c220 static struct option long_options[] = { in main() local
226 while ((opt = getopt_long(argc, argv, "hn", long_options, in main()
/openbmc/qemu/
H A Dqemu-img.c531 long_options, NULL); in img_create()
976 long_options, NULL); in img_commit()
1389 long_options, NULL); in img_compare()
2281 long_options, NULL); in img_convert()
3401 long_options, NULL); in img_snapshot()
3572 long_options, NULL); in img_rebase()
4075 long_options, NULL); in img_resize()
4266 long_options, NULL); in img_amend()
5116 const struct option long_options[] = { in img_dd() local
5344 static const struct option long_options[] = { in img_measure() local
[all …]
/openbmc/qemu/storage-daemon/
H A Dqemu-storage-daemon.c217 static const struct option long_options[] = { in process_options() local
238 while ((c = getopt_set_loc(argc, argv, "-hT:V", long_options)) != -1) { in process_options()
/openbmc/phosphor-mboxd/
H A Dmboxd.c176 static const struct option long_options[] = { in parse_cmdline() local
192 while ((opt = getopt_long(argc, argv, "f:w::n::vsVh", long_options, NULL)) in parse_cmdline()
H A Dmboxctl.c382 static const struct option long_options[] = { in parse_cmdline() local
403 while ((opt = getopt_long(argc, argv, "spdlkrfue:cvh", long_options, in parse_cmdline()
/openbmc/phosphor-ipmi-flash/tools/
H A Dmain.cpp102 static struct option long_options[] = { in main() local
118 int c = getopt_long(argc, argv, "c:i:m:s:a:l:t:uH:p:", long_options, in main()
/openbmc/phosphor-logging/
H A Dlogging_test.cpp240 static struct option long_options[] = { in main() local
246 while ((arg = getopt_long(argc, argv, "hc:", long_options, in main()
/openbmc/openbmc/poky/meta/recipes-core/util-linux/util-linux/
H A Dfcntl-lock.c50 static const struct option long_options[] = { variable
153 while ( (opt = getopt_long(argc, argv, "+sexnouw:hV?", long_options, &ix)) != EOF ) { in main()
/openbmc/linux/tools/power/acpi/tools/pfrut/
H A Dpfrut.c81 static struct option long_options[] = { variable
107 long_options, &option_index)) != -1) { in parse_options()
/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c240 struct option long_options[] = { in options_init() local
252 opt = getopt_long(argc, argv, "l:dhs", long_options, &optindex); in options_init()
/openbmc/phosphor-host-postd/
H A Dmain.cpp273 static const struct option long_options[] = { in main() local
294 while ((opt = getopt_long(argc, argv, optstring, long_options, NULL)) != -1) in main()
/openbmc/hiomapd/
H A Dmboxctl.c338 static const struct option long_options[] = { in parse_cmdline() local
360 while ((opt = getopt_long(argc, argv, "spdlkrfue:cvh", long_options, in parse_cmdline()
H A Dmboxd.c225 static const struct option long_options[] = { in parse_cmdline() local
243 while ((opt = getopt_long(argc, argv, "f:b:w::n::vst::Vh", long_options, NULL)) in parse_cmdline()
/openbmc/skeleton/fanctl/
H A Dfan_control.c429 struct option long_options[] = in parse_argument() local
439 c = getopt_long (argc, argv, "c:d:f:p:", long_options, NULL); in parse_argument()
/openbmc/u-boot/tools/
H A Dsunxi-spl-image-builder.c409 static const struct option long_options[] = { in main() local
423 long_options, &option_index); in main()
/openbmc/debug-trigger/
H A Dmain.c508 static struct option long_options[] = { in main() local
514 c = getopt_long(argc, argv, "", long_options, NULL); in main()
/openbmc/linux/tools/testing/selftests/net/
H A Drxtimestamp.c112 static struct option long_options[] = { variable
364 while ((opt = getopt_long(argc, argv, "", long_options, in main()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxdp_synproxy.c94 static struct option long_options[] = { in parse_options() local
124 opt = getopt_long(argc, argv, "", long_options, NULL); in parse_options()
/openbmc/linux/tools/verification/rv/src/
H A Din_kernel.c572 static struct option long_options[] = { in parse_arguments() local
584 c = getopt_long(argc, argv, "hr:stv", long_options, &option_index); in parse_arguments()

12