Home
last modified time | relevance | path

Searched refs:optstring (Results 1 – 3 of 3) 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/phosphor-host-postd/
H A Dmain.cpp286 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 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()