Home
last modified time | relevance | path

Searched refs:whenstr (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/ui/
H A Dui-qmp-cmds.c67 const char *whenstr = opts->time; in qmp_expire_password() local
71 if (strcmp(whenstr, "now") == 0) { in qmp_expire_password()
73 } else if (strcmp(whenstr, "never") == 0) { in qmp_expire_password()
75 } else if (whenstr[0] == '+') { in qmp_expire_password()
77 numstr = whenstr + 1; in qmp_expire_password()
80 numstr = whenstr; in qmp_expire_password()
86 whenstr); in qmp_expire_password()
H A Dui-hmp-cmds.c299 const char *whenstr = qdict_get_str(qdict, "time"); in hmp_expire_password() local
304 .time = (char *)whenstr, in hmp_expire_password()