Searched refs:optstring (Results 1 – 3 of 3) sorted by relevance
| /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/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, nullptr)) != 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()
|