Home
last modified time | relevance | path

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

/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/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-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/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/openbmc/meta-openembedded/meta-oe/recipes-multimedia/mplayer/libplacebo/
H A D0001-Fix-compiling-demos-without-nuklear.patch30 static struct option long_options[] = {
/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/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, nullptr)) != in main()
/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()
H A Difdtool.c834 static struct option long_options[] = { in main() local
854 long_options, &option_index)) != EOF) { 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/pldm/pldmd/
H A Dpldmd.cpp185 static struct option long_options[] = { in main() local
188 auto argflag = getopt_long(argc, argv, "v", long_options, nullptr); in main()
/openbmc/openbmc/meta-security/meta-tpm/recipes-tpm1/openssl-tpm-engine/files/
H A D0001-create-tpm-key-support-well-known-key-option.patch48 long_options, &option_index);
/openbmc/openbmc/poky/meta/recipes-devtools/makedevs/makedevs/
H A Dmakedevs.c486 static struct option long_options[] = { variable
526 long_options, &c)) >= 0) { in main()
/openbmc/btbridge/
H A Dbtbridged.c634 static const struct option long_options[] = { in main() local
645 while ((opt = getopt_long(argc, argv, "", long_options, NULL)) != -1) { in main()
/openbmc/openbmc/poky/meta/recipes-devtools/dosfstools/dosfstools/
H A Dsource-date-epoch.patch136 const struct option long_options[] = {
/openbmc/qemu/tests/qtest/
H A Dahci-test.c1926 static struct option long_options[] = { in main() local
1935 c = getopt_long(argc, argv, "", long_options, NULL); in main()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A Dhddtemp_0.3-beta15-52.diff2139 - c = getopt_long (argc, argv, "bDdf:l:hp:qs:u:vnw46S:", long_options, &lindex);
2140 + c = getopt_long (argc, argv, "bDdf:l:hp:qs:u:vnw46FS:", long_options, &lindex);