Home
last modified time | relevance | path

Searched refs:optstring (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/storage-daemon/
H A Dqemu-storage-daemon.c183 static int getopt_set_loc(int argc, char **argv, const char *optstring, in getopt_set_loc() argument
190 c = getopt_long(argc, argv, optstring, longopts, NULL); in getopt_set_loc()
/openbmc/linux/tools/virtio/ringtest/
H A Dmain.c213 static const char optstring[] = ""; variable
308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/openbmc/linux/tools/testing/vsock/
H A Dvsock_perf.c302 static const char optstring[] = ""; variable
388 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
H A Dvsock_diag_test.c442 static const char optstring[] = ""; variable
525 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
H A Dvsock_test.c1263 static const char optstring[] = ""; variable
1347 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/openbmc/phosphor-host-postd/
H A Dmain.cpp286 constexpr const char* optstring = in main() local
294 while ((opt = getopt_long(argc, argv, optstring, long_options, NULL)) != -1) in main()
/openbmc/linux/tools/testing/selftests/net/hsr/
H A Dhsr_ping.sh8 optstring="h4"
14 while getopts "$optstring" option;do
/openbmc/linux/samples/bpf/
H A Dhbm.c455 char *optstring = "iodln:r:st:wh"; in main() local
462 while ((k = getopt_long(argc, argv, optstring, loptions, NULL)) != -1) { in main()
/openbmc/ipmitool/lib/
H A Dipmi_chassis.c758 get_bootparam_options(char *optstring, in get_bootparam_options() argument
785 if (strncmp(optstring, "options=", 8) != 0) { in get_bootparam_options()
786 lprintf(LOG_ERR, "No options= keyword found \"%s\"", optstring); in get_bootparam_options()
789 token = strtok_r(optstring + 8, ",", &saveptr); in get_bootparam_options()
/openbmc/linux/tools/virtio/
H A Dvirtio_test.c278 const char optstring[] = "h"; variable
354 o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dpm_netlink.sh14 while getopts "$optstring" option;do
H A Dmptcp_connect.sh13 optstring="S:R:d:e:l:r:h4cm:f:tC"
63 while getopts "$optstring" option;do
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/rrdtool/rrdtool/
H A Db76e3c578f1e9f582e9c28f50d82b1f569602075.patch815 @@ -67,7 +67,7 @@ int optparse(struct optparse *options, const char *optstring)
824 @@ -88,7 +88,7 @@ int optparse(struct optparse *options, const char *optstring)
827 int type = argtype(optstring, option[0]);
833 @@ -128,10 +128,10 @@ int optparse(struct optparse *options, const char *optstring)