/openbmc/qemu/storage-daemon/ |
H A D | qemu-storage-daemon.c | 183 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 D | main.c | 213 static const char optstring[] = ""; variable 308 int o = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
/openbmc/linux/tools/testing/vsock/ |
H A D | vsock_perf.c | 302 static const char optstring[] = ""; variable 388 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
H A D | vsock_diag_test.c | 442 static const char optstring[] = ""; variable 525 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
H A D | vsock_test.c | 1263 static const char optstring[] = ""; variable 1347 int opt = getopt_long(argc, argv, optstring, longopts, NULL); in main()
|
/openbmc/phosphor-host-postd/ |
H A D | main.cpp | 286 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 D | hsr_ping.sh | 8 optstring="h4" 14 while getopts "$optstring" option;do
|
/openbmc/linux/samples/bpf/ |
H A D | hbm.c | 455 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 D | ipmi_chassis.c | 758 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 D | virtio_test.c | 278 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 D | pm_netlink.sh | 14 while getopts "$optstring" option;do
|
H A D | mptcp_connect.sh | 13 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 D | b76e3c578f1e9f582e9c28f50d82b1f569602075.patch | 815 @@ -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)
|